We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dee41 commit cd07f73Copy full SHA for cd07f73
src/test/recovery/t/011_crash_recovery.pl
@@ -18,7 +18,7 @@
18
# an xact to be in-progress when we crash and we need to know
19
# its xid.
20
my $tx = IPC::Run::start(
21
- ['psql', '-qAt', '-v', 'ON_ERROR_STOP=1', '-f', '-', '-d', $node->connstr('postgres')],
+ ['psql', '-X', '-qAt', '-v', 'ON_ERROR_STOP=1', '-f', '-', '-d', $node->connstr('postgres')],
22
'<', \$stdin, '>', \$stdout, '2>', \$stderr);
23
$stdin .= q[
24
BEGIN;
0 commit comments