pgsql: Fix BF failure introduced by commit b3f6b14cf4. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix BF failure introduced by commit b3f6b14cf4.
Date
Msg-id E1rfv5y-001UOu-GU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix BF failure introduced by commit b3f6b14cf4.

The test added by commit b3f6b14cf4 uses a non-superuser and forgot to set
up pg_hba.conf to allow connections from it. The special setup is only
needed on Windows machines that don't use UNIX sockets.

As per buildfarm

Discussion: https://postgr.es/m/CAJpy0uCfrSspV1x3VWkgamqyhYaUWQZpP0nqjJx4YPvKqN6P_A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/def0ce3370689b939c6d7a3c3eb824d69989ef6e

Modified Files
--------------
src/test/recovery/t/040_standby_failover_slots_sync.pl | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Convert unloggedLSN to an atomic variable.
Next
From: Michael Paquier
Date:
Subject: pgsql: Simplify pg_enc2gettext_tbl[] with C99-designated initializer sy