Re: pgsql: Disable statement timeouts while making or restoring dumps. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Disable statement timeouts while making or restoring dumps.
Date
Msg-id 1686.1209862373@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Disable statement timeouts while making or restoring dumps.  (adunstan@postgresql.org (Andrew Dunstan))
Responses Re: pgsql: Disable statement timeouts while making or restoring dumps.
List pgsql-committers
adunstan@postgresql.org (Andrew Dunstan) writes:
> Disable statement timeouts while making or restoring dumps.

The pg_backup_archiver.c change is wrong: the command should
be issued inside _doSetFixedOutputState().

            regards, tom lane

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Disable statement timeouts while making or restoring dumps.
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Place statement timeout more appropriately, per gripe from Tom.