postgresql/src/bin
Michael Paquier e5532f194c Fix failures with TAP tests of pg_ctl on Windows
On Windows, all the hosts spawned by the TAP tests bind to 127.0.0.1.
Hence, if there is a port conflict, starting a cluster would immediately
fail.  One of the test scripts of pg_ctl initializes a node without
PostgresNode.pm, using the default port 5432.  This could cause
unexpected startup failures in the tests if an independent server was up
and running on the same host (the reverse is also possible, though more
unlikely).  Fix this issue by assigning properly a free port to the node
configured, in the same range used as for the other nodes part of the
tests.

Author: Michael Paquier
Reviewed-by: Andrew Dunstan
Discussion: https://postgr.es/m/20191202031444.GC1696@paquier.xyz
Backpatch-through: 11
2019-12-03 13:01:06 +09:00
..
initdb Remove configure --disable-float4-byval 2019-11-21 18:29:21 +01:00
pg_archivecleanup Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_basebackup Make the order of the header file includes consistent. 2019-11-25 08:08:57 +05:30
pg_checksums Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_config Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_controldata Remove configure --disable-float4-byval 2019-11-21 18:29:21 +01:00
pg_ctl Fix failures with TAP tests of pg_ctl on Windows 2019-12-03 13:01:06 +09:00
pg_dump Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
pg_resetwal Remove configure --disable-float4-byval 2019-11-21 18:29:21 +01:00
pg_rewind Make the order of the header file includes consistent. 2019-11-25 08:08:57 +05:30
pg_test_fsync Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_test_timing Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_upgrade Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
pg_waldump Refactor WAL file-reading code into WALRead() 2019-11-25 15:04:54 -03:00
pgbench Add query cancellation capabilities in pgbench init phase 2019-12-02 11:42:28 +09:00
pgevent Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
psql Refactor query cancellation code into src/fe_utils/ 2019-12-02 11:18:56 +09:00
scripts Refactor query cancellation code into src/fe_utils/ 2019-12-02 11:18:56 +09:00
Makefile Rename pg_verify_checksums to pg_checksums 2019-03-13 10:43:20 +09:00