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 E1vcXIZ-004WiS-26@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
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Include error location in errors from ComputeIndexAttrs().
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix typos and inconsistencies in code and comments