pgsql: Allow role created by new test to log in on Windows.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow role created by new test to log in on Windows.
Date: 2025-10-18 22:36:30
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-10-18 23:27:32 pgsql: Add pg_database_locale() to retrieve database default locale.
Previous Message David Rowley 2025-10-18 21:13:45 pgsql: Tidyup truncate_useless_pathkeys() function