Re: pgsql: Add more $Test::Builder::Level in the TAP tests

2021-10-15 Thread Michael Paquier
On Wed, Oct 13, 2021 at 09:04:11PM -0700, Peter Geoghegan wrote: > On Wed, Oct 13, 2021 at 9:00 PM Michael Paquier wrote: >> It does not change the fact that the test needs to be fixed. TAP >> tests should be designed to not be influenced by the external world. > > Right. Hearing nothing, I hav

pgsql: Remove obsolete nbtree deduplication comments.

2021-10-15 Thread Peter Geoghegan
Remove obsolete nbtree deduplication comments. Follow up to commit 2903f140. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b76c1d6e849779e4a5a6c24d159a42125e522154 Modified Files -- src/backend/access/nbtree/nbtutils.c | 6 +- 1 file changed, 1 ins

pgsql: Fix PostgresNode install_path sanity tests that fail on Windows

2021-10-15 Thread Andrew Dunstan
Fix PostgresNode install_path sanity tests that fail on Windows Backpatch to 14 where install_path was introduced. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c697d8a39b9001281aa62249afb01d4ab5e63703 Modified Files -- src/test/perl/PostgresNo

pgsql: Fix PostgresNode install_path sanity tests that fail on Windows

2021-10-15 Thread Andrew Dunstan
Fix PostgresNode install_path sanity tests that fail on Windows Backpatch to 14 where install_path was introduced. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/15124d0e22ed2280e4603638e5baede190ae584c Modified Files -- src/test/perl/PostgresNode.pm |