pgsql: Allow role created by new test to log in on Windows. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Allow role created by new test to log in on Windows.
Date
Msg-id E1vAFXK-002MUj-2N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow role created by new test to log in on Windows.

We must tell init about each role name we plan to connect as,
else SSPI auth fails.  Similar to previous patches such as
14793f471, 973542866.

Oversight in 208927e65, per buildfarm member drongo.
(Although that was back-patched to v13, the test script
only exists in v16 and up.)

Branch
------
master

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

Modified Files
--------------
contrib/pg_prewarm/t/001_basic.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Tidyup truncate_useless_pathkeys() function
Next
From: Jeff Davis
Date:
Subject: pgsql: Add pg_iswxdigit(), useful for tsearch.