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
0f79caa3c6 Second attempt to fix pgbench TAP test.
src/bin/pgbench/t/001_pgbench_with_server.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Upstream: git.postgresql.org