Re: Statement timeout in pg_rewind

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Fetter <david@fetter.org>
Cc: Alexander Kukushkin <cyberdemn@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-08-25T20:30:38Z
Lists: pgsql-hackers
David Fetter <david@fetter.org> writes:
> Is pg_rewind the only thing that this hits?

pg_dump has forced statement_timeout to 0 for ages.  If pg_rewind
is also likely to have a long-running transaction, I don't see any
good reason for it not to do likewise.

			regards, tom lane



Commits

  1. Disable timeouts when running pg_rewind with online source cluster