postgresql/src/bin/scripts
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
..
po Translation updates 2024-06-24 13:11:27 +02:00
t Make sure to run pg_isready on correct port 2024-07-13 08:06:53 -04:00
.gitignore Remove createlang and droplang 2017-03-23 14:16:45 -04:00
clusterdb.c clusterdb: Allow specifying tables to process in all databases. 2024-03-11 13:11:20 -05:00
common.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
common.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
createdb.c createdb: compare strategy case-insensitive 2024-04-21 21:21:26 +02:00
createuser.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
dropdb.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
dropuser.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
Makefile Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls.mk Add missing source files to nls.mk 2024-06-13 10:17:36 +02:00
pg_isready.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
reindexdb.c reindexdb: Fix warning about uninitialized indices_tables_cell 2024-03-25 11:40:25 +02:00
vacuumdb.c Convert some extern variables to static 2024-07-02 07:26:22 +02:00