pgsql: Allow roles created by new test to log in under SSPI.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow roles created by new test to log in under SSPI.
Date: 2024-10-08 23:47:00
Message-ID: E1syJuu-002lcn-9q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow roles created by new test to log in under SSPI.

Semi-blind attempt to fix 6a1d0d470 to work on Windows,
along the same lines as a70f2a57f. Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/97354286619904bbfd2607b14f3f0d01926e95d0

Modified Files
--------------
src/test/postmaster/t/001_connection_limits.pl | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-10-09 07:41:06 pgsql: Remove incorrect function import from pgindent
Previous Message Michael Paquier 2024-10-08 23:31:29 pgsql: pg_stat_statements: Add columns to track parallel worker activit