Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout
Date
Msg-id 20080416112151.394bf479@commandprompt.com
Whole thread Raw
In response to Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-hackers
On Wed, 16 Apr 2008 21:20:17 +0300
Heikki Linnakangas <heikki@enterprisedb.com> wrote:

> > My patch addresses all three, unless I am misunderstanding your
> > meaning. The patch does the following:
> > 
> > After connection with pg_dump it executes set statement_timeout = 0;
> > This fixed the pg_dump timeout issue.
> > 
> > It also writes set statement_timeout = 0 into the archive file,
> > which fixed pg_restore and psql.
> 
> Oh, ok, I misread the patch. Sorry for the noise.
> 

:)

Joshua D. Drake

-- 
The PostgreSQL Company since 1997: http://www.commandprompt.com/ 
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate




pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: How to submit a patch
Next
From: Bruce Momjian
Date:
Subject: Re: How to submit a patch