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
-
Disable timeouts when running pg_rewind with online source cluster
- e9dcbc9c3fb6 9.5.20 landed
- d64789e97cf6 9.6.16 landed
- 19bfa15a8274 10.11 landed
- f51006ea9657 11.6 landed
- e96f524433db 12.0 landed
- be182e4f9e89 13.0 landed