diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-08-14 17:29:33 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-08-14 17:29:33 -0400 |
commit | 21d304dfedb4f26d0d6587d9ac39b1b5c499bb55 (patch) | |
tree | bd5328464e037f15bf069fb91d54db06509b459c /src/test/perl/TestLib.pm | |
parent | 5b6289c1e07dc45f09c3169a189e60d2fcaec2b3 (diff) | |
download | postgresql-21d304dfedb4f26d0d6587d9ac39b1b5c499bb55.tar.gz |
Final pgindent + perltidy run for v10.
Diffstat (limited to 'src/test/perl/TestLib.pm')
-rw-r--r-- | src/test/perl/TestLib.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index bff6b3aed2..6dba21c073 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -303,6 +303,7 @@ sub command_like sub command_like_safe { + # Doesn't rely on detecting end of file on the file descriptors, # which can fail, causing the process to hang, notably on Msys # when used with 'pg_ctl start' |