pgsql: Fix recovery conflict in 027_stream_regress.pl.
pgsql: Fix recovery conflict in 027_stream_regress.pl.
От:
Thomas Munro <tmunro@postgresql.org>
Дата:
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 Reviewed-by: Tom Lane 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(-)