pgsql: Fix failures with TAP tests of pg_ctl on Windows

2019-12-02 Thread Michael Paquier
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 por

pgsql: Fix failures with TAP tests of pg_ctl on Windows

2019-12-02 Thread Michael Paquier
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 por

pgsql: Fix failures with TAP tests of pg_ctl on Windows

2019-12-02 Thread Michael Paquier
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 por