mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Allow new role 'regress_dump_login_role' to log in under SSPI.
Semi-blind attempt to fixa70f2a57f
to work on Windows, along the same lines as5253519b2
. Per buildfarm.
This commit is contained in:
@ -771,7 +771,7 @@ my %tests = (
|
|||||||
# Create a PG instance to test actually dumping from
|
# Create a PG instance to test actually dumping from
|
||||||
|
|
||||||
my $node = PostgreSQL::Test::Cluster->new('main');
|
my $node = PostgreSQL::Test::Cluster->new('main');
|
||||||
$node->init;
|
$node->init('auth_extra' => [ '--create-role', 'regress_dump_login_role' ]);
|
||||||
$node->start;
|
$node->start;
|
||||||
|
|
||||||
my $port = $node->port;
|
my $port = $node->port;
|
||||||
|
Reference in New Issue
Block a user