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

Commitc1838b6

Browse files
committed
Authorize new user in pg_basebackup tests
Commit8e2b6d4 added a new unprivileged user for testingpg_basebackup, but omitted to add them to the cluster's authorizedlogins, breaking Windows tests run without using Unix sockets.
1 parent94aa7cc commitc1838b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/pg_basebackup/t/010_pg_basebackup.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
umask(0077);
3232

3333
# Initialize node without replication settings
34-
$node->init(extra=> ['--data-checksums']);
34+
$node->init(extra=> ['--data-checksums'],
35+
auth_extra=> ['--create-role','backupuser' ]);
3536
$node->start;
3637
my$pgdata =$node->data_dir;
3738

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp