postgresql/src/bin/scripts/t
Andrew Dunstan 055891f374 Make sure to run pg_isready on correct port
The current code can have pg_isready unexpectedly succeed if there is a
server running on the default port. To avoid this we delay running the
test until after a node has been created but before it starts, and then
use that node's port, so we are fairly sure there is nothing running on
the port.

Backpatch to all live branches.
2024-07-13 08:06:53 -04:00
..
010_clusterdb.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00
011_clusterdb_all.pl Pre-beta mechanical code beautification. 2024-05-14 16:34:50 -04:00
020_createdb.pl createdb: compare strategy case-insensitive 2024-04-21 21:21:26 +02:00
040_createuser.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00
050_dropdb.pl Pre-beta mechanical code beautification. 2024-05-14 16:34:50 -04:00
070_dropuser.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00
080_pg_isready.pl Make sure to run pg_isready on correct port 2024-07-13 08:06:53 -04:00
090_reindexdb.pl reindexdb: Add the index-level REINDEX with multiple jobs 2024-03-25 02:07:15 +02:00
091_reindexdb_all.pl Pre-beta mechanical code beautification. 2024-05-14 16:34:50 -04:00
100_vacuumdb.pl Pre-beta mechanical code beautification. 2024-05-14 16:34:50 -04:00
101_vacuumdb_all.pl Pre-beta mechanical code beautification. 2024-05-14 16:34:50 -04:00
102_vacuumdb_stages.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00
200_connstr.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00