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

Commit7ff358b

Browse files
committed
Append -X to direct invocation of psql in new test for BASE_BACKUP
Per buildfarm member wrasse, that looks to open a transaction when itloads its .psqlrc, causing the test to fail.Oversight inad34146.
1 parentad34146 commit7ff358b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/recovery/t/001_stream_rep.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ sub replay_check
538538
# a replication command and a SQL command.
539539
$node_primary->command_fails_like(
540540
[
541-
'psql','-c',"SELECT pg_backup_start('backup', true)",
541+
'psql','-X','-c',"SELECT pg_backup_start('backup', true)",
542542
'-c','BASE_BACKUP','-d',$connstr
543543
],
544544
qr/a backup is already in progress in this session/,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp