| From: | Donghang Lin <donghang(dot)lin(at)servicenow(dot)com> |
|---|---|
| To: | "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Bug: pg_regress makefile does not always copy refint.so |
| Date: | 2022-10-14 06:31:13 |
| Message-ID: | CO2PR0801MB2247B27C81C40D853A46954EF9249@CO2PR0801MB2247.namprd08.prod.outlook.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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)
| Attachment | Content-Type | Size |
|---|---|---|
| fix-pgregress-makefile.patch | application/octet-stream | 744 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bharath Rupireddy | 2022-10-14 06:40:18 | Re: archive modules |
| Previous Message | Peter Eisentraut | 2022-10-14 06:27:15 | Re: Transparent column encryption |