pgsql: Authorize new user in pg_basebackup tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Authorize new user in pg_basebackup tests
Date: 2022-02-03 17:19:55
Message-ID: E1nFflz-0005cu-BM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Authorize new user in pg_basebackup tests

Commit 8e2b6d45a0 added a new unprivileged user for testing
pg_basebackup, but omitted to add them to the cluster's authorized
logins, breaking Windows tests run without using Unix sockets.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-02-03 18:36:55 Re: pgsql: Further fix for EvalPlanQual with mix of local and foreign parti
Previous Message Peter Eisentraut 2022-02-03 10:51:53 pgsql: Add UNIQUE null treatment option