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

Commit76097b4

Browse files
committed
Don't write to stdin of a test process that could have already exited.
Instead, close that stdin. Per buildfarm member conchuela. Back-patchto 9.6, where the test was introduced.Discussion:https://postgr.es/m/26478.1555373328@sss.pgh.pa.us
1 parent0d68ad3 commit76097b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/recovery/t/017_shm.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ sub init_start
153153
my$single_stderr;
154154
ok( !run_log(
155155
['postgres','--single','-D',$gnat->data_dir,'template1' ],
156-
'<', \('SELECT 1 + 1'),'2>', \$single_stderr),
156+
'<', \undef,'2>', \$single_stderr),
157157
'live query blocks --single');
158158
printSTDERR$single_stderr;
159159
like($single_stderr,$pre_existing_msg,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp