pgsql: Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.

2020-09-20 Thread Tom Lane
Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS. Can't say if this fixes *all* cases, but at least we get through the "point" regression test now, which hyrax's last run did not. Report: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hyrax&dt=2020-09-19%2021%3A27%3A23 Branch

Re: pgsql: pg_surgery: Try to stabilize regression tests.

2020-09-20 Thread Tom Lane
Michael Paquier writes: > rorqual has just reported an issue here: Already under discussion on the patch's main thread. regards, tom lane

pgsql: Fix whitespace

2020-09-20 Thread Peter Eisentraut
Fix whitespace Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5c5619a744a4f38e31fc8778e91dded5a107be5c Modified Files -- src/backend/partitioning/partprune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix whitespace

2020-09-20 Thread Peter Eisentraut
Fix whitespace Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/11071da39e3969430b9c24ff792d806317e8d736 Modified Files -- src/backend/partitioning/partprune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix whitespace

2020-09-20 Thread Peter Eisentraut
Fix whitespace Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3d13867a2c0b0b9cd1215107d4d6aa94e975b33b Modified Files -- src/backend/storage/ipc/procarray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: pgsql: pg_surgery: Try to stabilize regression tests.

2020-09-20 Thread Michael Paquier
On Fri, Sep 18, 2020 at 05:27:06PM +, Robert Haas wrote: > pg_surgery: Try to stabilize regression tests. > > According to buildfarm member sungazer, the behavior of VACUUM can be > unstable in these tests even if we prevent autovacuum from running on > the tables in question, apparently becau