pgsql: Fix BackgroundPsql's set_query_timer_restart() issue without arg

Поиск
Список
Период
Сортировка
От Masahiko Sawada
Тема pgsql: Fix BackgroundPsql's set_query_timer_restart() issue without arg
Дата
Msg-id E1r8Vf5-007t5U-4h@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix BackgroundPsql's set_query_timer_restart() issue without argument.

The set_query_timer_restart() required an argument to define a value
to query_timer_restart, but none of the existing callers passes an
argument to this function.

This changes the function to set a value without an argument.

Backpatch through 16 where the background psql TAP functions were
refactored by 664d757531e1.

Reviewed-by: Bharath Rupireddy, Tom Lane
Discussion: https://postgr.es/m/CAD21AoA0B6VKe_5A9nZi8i5umwSN-zJJuPVNht9DaOZ9SJumMA@mail.gmail.com
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f99dd98242d41fd33a93c913430cc431b7baa8e2

Modified Files
--------------
src/test/perl/PostgreSQL/Test/BackgroundPsql.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-*
Следующее
От: Masahiko Sawada
Дата:
Сообщение: pgsql: Fix BackgroundPsql's set_query_timer_restart() issue without arg