Re: pgsql: Disable statement timeouts while making or restoring dumps.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Disable statement timeouts while making or restoring dumps.
Date: 2008-05-04 00:52:53
Message-ID: 1686.1209862373@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

adunstan(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2008-05-04 03:46:08 pgsql: Place statement timeout more appropriately, per gripe from Tom.
Previous Message Andrew Dunstan 2008-05-03 23:32:32 pgsql: Disable statement timeouts while making or restoring dumps.