Re: Bug: pg_regress makefile does not always copy refint.so

2022-10-18 Thread Alvaro Herrera
Hi, On 2022-Oct-18, Donghang Lin wrote: > > I have a somewhat-related-but-not-really complaint. I recently had need to > > have refint.so, autoinc.so and regress.so in the install directory; but it > > turns out that there's no provision at all to get them installed. > The current pgsql install

Re: Bug: pg_regress makefile does not always copy refint.so

2022-10-18 Thread Donghang Lin
t, e.g you have to run `make` twice to ensure newly built refint.so is copied to the build dir. Regards, Donghang Lin (ServiceNow) From: Alvaro Herrera Date: Friday, October 14, 2022 at 8:15 PM To: Donghang Lin Cc: pgsql-hackers@lists.postgresql.org Subject: Re: Bug: pg_regress makefile does n

Re: Bug: pg_regress makefile does not always copy refint.so

2022-10-14 Thread Alvaro Herrera
On 2022-Oct-14, Donghang Lin wrote: > 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 t

Bug: pg_regress makefile does not always copy refint.so

2022-10-13 Thread Donghang Lin
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/reg