Re: pg_dump with both --serializable-deferrable and -j - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: pg_dump with both --serializable-deferrable and -j
Date
Msg-id 382502844.1254487.1422480803596.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to Re: pg_dump with both --serializable-deferrable and -j  (Kevin Grittner <kgrittn@ymail.com>)
Responses Re: pg_dump with both --serializable-deferrable and -j
List pgsql-hackers
Kevin Grittner <kgrittn@ymail.com> wrote:

> Having pg_dump use repeatable read transactions for the processes
> that import the snapshot would work fine, as long as they are
> reading a snapshot which was captured by a serializable read only
> deferrable transaction.

It looks like the attached patch does it (although it is only
lightly tested so far and only on the master branch).  This seems
like a back-patchable bug fix (to 9.3).


Thoughts?


--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Make hba available to client code
Next
From: Tom Lane
Date:
Subject: Re: Make hba available to client code