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: 2026-01-04 23:14:12
Message-ID: E1vcXIZ-004WiS-26@gemulon.postgresql.org
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
da44d71e7.

Oversight in f3c9e341c, per buildfarm member drongo.

Branch
------
master

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

Modified Files
--------------
src/test/modules/test_extensions/t/001_extension_control_path.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-01-05 00:19:28 pgsql: Fix typos and inconsistencies in code and comments
Previous Message Tom Lane 2026-01-04 19:16:33 pgsql: Include error location in errors from ComputeIndexAttrs().