Thread: pgsql: Second attempt to fix pgbench TAP test.

pgsql: Second attempt to fix pgbench TAP test.

From
Tatsuo Ishii
Date:
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(-)