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-002MUn-2T@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
------
REL_17_STABLE

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

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.