pgsql: Second attempt to fix pgbench TAP test. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Second attempt to fix pgbench TAP test.
Date
Msg-id E1nXYg0-001FT5-Sd@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Second attempt to fix pgbench TAP test.

Bildfarm member prairiedog reported a pgbench TAP test failure after
commit: 4a39f87acd6e681e5ded1239391d8a92645b43d6. This is the second
attempt to fix it. It seems older version of Perl does not accept
"\gN". Replace it with plain old "\N" because actually "\gN" is not
necessary here.

Author: Tatsuo Ishii
Reported-by: Tom Lane
Reviewed-by: Tom Lane, Yugo Nagata
Discussion: https://postgr.es/m/2775989.1648060014%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f79caa3c61e643e6285524f3148a35fb61ddcf3

Modified Files
--------------
src/bin/pgbench/t/001_pgbench_with_server.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Improve command line options for pg_waldump.
Next
From: Amit Kapila
Date:
Subject: pgsql: Remove some useless free calls.