postgresql/src/bin/scripts
Andrew Dunstan c5b15c4171 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:11:16 -04:00
..
po Translation updates 2024-05-06 12:12:28 +02:00
t Make sure to run pg_isready on correct port 2024-07-13 08:11:16 -04:00
.gitignore Remove createlang and droplang 2017-03-23 14:16:45 -04:00
clusterdb.c Handle DROP DATABASE getting interrupted 2023-07-13 13:03:33 -07:00
common.c Fix incautious handling of possibly-miscoded strings in client code. 2021-06-07 14:15:25 -04:00
common.h Move some code from src/bin/scripts to src/fe_utils to permit reuse. 2021-02-05 13:33:38 -05:00
createdb.c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 2021-02-05 13:33:38 -05:00
createuser.c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 2021-02-05 13:33:38 -05:00
dropdb.c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 2021-02-05 13:33:38 -05:00
dropuser.c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 2021-02-05 13:33:38 -05:00
Makefile Move some code from src/bin/scripts to src/fe_utils to permit reuse. 2021-02-05 13:33:38 -05:00
nls.mk Translation updates 2021-09-20 16:23:13 +02:00
pg_isready.c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 2021-02-05 13:33:38 -05:00
reindexdb.c Handle DROP DATABASE getting interrupted 2023-07-13 13:03:33 -07:00
vacuumdb.c Handle DROP DATABASE getting interrupted 2023-07-13 13:03:33 -07:00