pgsql: Fix recovery conflict in 027_stream_regress.pl.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Fix recovery conflict in 027_stream_regress.pl.
Дата
Msg-id E1nF65I-0000BE-De@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix recovery conflict in 027_stream_regress.pl.

To avoid "ERROR:  canceling statement due to conflict with recovery",
as seen on a couple of slower build farm animals, crank
max_standby_streaming_delay right up.

In passing, adjust a configuration option that accidentally used a
non-standard format (not a problem, but needlessly inconsistent).

Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA%2BhUKGK65xVqNgsSPyrr2LEwtfUN%3DGfEuQ868hTC-mu0bFG42A%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4d7c3e34475a750d0529f5912deedc9b1a1eedd8

Modified Files
--------------
src/test/recovery/t/027_stream_regress.pl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: plperl: windows: Use Perl_setlocale on 5.28+, fixing compile fai
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Fix mistake in PL/Python documentation