aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgresNode.pm
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2020-12-12 20:12:25 -0800
committerNoah Misch <noah@leadboat.com>2020-12-12 20:12:25 -0800
commit73aae4522b35125c4f9a506842a69336ec5d0f1b (patch)
tree443930abe0c8b2a88bd3ea35132385fd0b5404bd /src/test/perl/PostgresNode.pm
parentd6abfdf84ef7c01d98d04f486fb467a4aec83804 (diff)
downloadpostgresql-73aae4522b35125c4f9a506842a69336ec5d0f1b.tar.gz
postgresql-73aae4522b35125c4f9a506842a69336ec5d0f1b.zip
Correct behavior descriptions in comments, and correct a test name.
Diffstat (limited to 'src/test/perl/PostgresNode.pm')
-rw-r--r--src/test/perl/PostgresNode.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/perl/PostgresNode.pm b/src/test/perl/PostgresNode.pm
index ebcaeb44fec..014f0fcda6c 100644
--- a/src/test/perl/PostgresNode.pm
+++ b/src/test/perl/PostgresNode.pm
@@ -1368,7 +1368,7 @@ both B<stdout> and B<stderr> the results may be interleaved unpredictably.
=item on_error_stop => 1
By default, the B<psql> method invokes the B<psql> program with ON_ERROR_STOP=1
-set, so SQL execution is stopped at the first error and exit code 2 is
+set, so SQL execution is stopped at the first error and exit code 3 is
returned. Set B<on_error_stop> to 0 to ignore errors instead.
=item on_error_die => 0