From 73aae4522b35125c4f9a506842a69336ec5d0f1b Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sat, 12 Dec 2020 20:12:25 -0800 Subject: Correct behavior descriptions in comments, and correct a test name. --- src/test/perl/PostgresNode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/perl/PostgresNode.pm') 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 and B the results may be interleaved unpredictably. =item on_error_stop => 1 By default, the B method invokes the B 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 to 0 to ignore errors instead. =item on_error_die => 0 -- cgit v1.2.3