Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9735428

Browse files
committed
Allow roles created by new test to log in under SSPI.
Semi-blind attempt to fix6a1d0d4 to work on Windows,along the same lines asa70f2a5. Per buildfarm.
1 parentcf54a2c commit9735428

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/test/postmaster/t/001_connection_limits.pl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
# Initialize the server with specific low connection limits
1414
my$node = PostgreSQL::Test::Cluster->new('primary');
15-
$node->init;
15+
$node->init(
16+
'auth_extra'=> [
17+
'--create-role','regress_regular,regress_reserved,regress_superuser'
18+
]);
1619
$node->append_conf('postgresql.conf',"max_connections = 6");
1720
$node->append_conf('postgresql.conf',"reserved_connections = 2");
1821
$node->append_conf('postgresql.conf',"superuser_reserved_connections = 1");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp