Re: Statement timeout in pg_rewind

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alexander Kukushkin <cyberdemn@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, David Fetter <david@fetter.org>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-08-28T16:29:18Z
Lists: pgsql-hackers
Alexander Kukushkin <cyberdemn@gmail.com> writes:
> On Wed, 28 Aug 2019 at 04:51, Michael Paquier <michael@paquier.xyz> wrote:
>> note that your patch had a warning as "result" is not needed in
>> run_simple_command().

> Ohh, sorry about that. I compiled the whole source tree and the
> warning was buried down among other output :(

"make -s" is your friend ...

			regards, tom lane



Commits

  1. Disable timeouts when running pg_rewind with online source cluster