Hi hackers,
When I was building pg_regress, it didn’t always copy a rebuilt version of refint.so to the folder.
Steps to reproduce:
OS: centos7
PSQL version: 14.5
1. configure and build postgres
2. edit file src/include/utils/rel.h so that contrib/spi will rebuild
3. cd ${builddir}/src/test/regress
4. make
We’ll find refint.so is rebuilt in contrib/spi, but not copied over to regress folder.
While autoinc.so is rebuilt and copied over.
Attach the potential patch to fix the issue.
Regards,
Donghang Lin
(ServiceNow)