1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Update stale comments, and fix comment typos.

This commit is contained in:
Noah Misch
2019-06-08 10:12:26 -07:00
parent 92c4abc736
commit 31d250e049
13 changed files with 20 additions and 33 deletions

View File

@ -90,9 +90,9 @@ $killme_stdout = '';
$killme_stderr = '';
# Start longrunning query in second session, it's failure will signal
# that crash-restart has occurred. The initial wait for the trivial
# select is to be sure that psql successfully connected to backend.
# Start longrunning query in second session; its failure will signal that
# crash-restart has occurred. The initial wait for the trivial select is to
# be sure that psql successfully connected to backend.
$monitor_stdin .= q[
SELECT $$psql-connected$$;
SELECT pg_sleep(3600);
@ -171,10 +171,9 @@ ok(pump_until($killme, \$killme_stdout, qr/in-progress-before-sigkill/m),
$killme_stdout = '';
$killme_stderr = '';
# Re-start longrunning query in second session, it's failure will
# signal that crash-restart has occurred. The initial wait for the
# trivial select is to be sure that psql successfully connected to
# backend.
# Re-start longrunning query in second session; its failure will signal that
# crash-restart has occurred. The initial wait for the trivial select is to
# be sure that psql successfully connected to backend.
$monitor_stdin .= q[
SELECT $$psql-connected$$;
SELECT pg_sleep(3600);