Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
891afa8
)
Allow new role 'regress_dump_login_role' to log in under SSPI.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 14 Nov 2023 05:31:39 +0000
(
00:31
-0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
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 1aee7f626727378f3cf33e0dcbdd29438d916d42..310cc2dcfa6645969dc1047a0eb1b0c802d8f9c3 100644
(file)
--- a/
src/test/modules/test_pg_dump/t/001_base.pl
+++ b/
src/test/modules/test_pg_dump/t/001_base.pl
@@
-677,7
+677,7
@@
my %tests = (
# Create a PG instance to test actually dumping from
my $node = get_new_node('main');
-$node->init;
+$node->init
('auth_extra' => [ '--create-role', 'regress_dump_login_role' ])
;
$node->start;
my $port = $node->port;