pgsql: Second attempt to fix pgbench TAP test.

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pgsql: Second attempt to fix pgbench TAP test.
Дата
Msg-id E1nXYg0-001FT5-Sd@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Improve command line options for pg_waldump.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Remove some useless free calls.