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_18_STABLE

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

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