projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5cca62
)
Allow new role 'regress_dump_login_role' to log in under SSPI.
author
Tom Lane
<
[email protected]
>
Tue, 14 Nov 2023 05:31:39 +0000
(
00:31
-0500)
committer
Tom Lane
<
[email protected]
>
Tue, 14 Nov 2023 05:31:39 +0000
(
00:31
-0500)
Semi-blind attempt to fix
a70f2a57f
to work on Windows,
along the same lines as
5253519b2
. Per buildfarm.
src/test/modules/test_pg_dump/t/001_base.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/test_pg_dump/t/001_base.pl
b/src/test/modules/test_pg_dump/t/001_base.pl
index 68a767d2f5990c3ae68e21873407f2c8702a5901..a5d5b9b35d3f65b90378a0c54451f6b4edb7e8d8 100644
(file)
--- a/
src/test/modules/test_pg_dump/t/001_base.pl
+++ b/
src/test/modules/test_pg_dump/t/001_base.pl
@@
-776,7
+776,7
@@
my %tests = (
# Create a PG instance to test actually dumping from
my $node = PostgreSQL::Test::Cluster->new('main');
-$node->init;
+$node->init
('auth_extra' => [ '--create-role', 'regress_dump_login_role' ])
;
$node->start;
my $port = $node->port;