Re: WIP patch for parallel pg_dump - Mailing list pgsql-hackers

From Tom Lane
Subject Re: WIP patch for parallel pg_dump
Date
Msg-id 29609.1291661368@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP patch for parallel pg_dump  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: WIP patch for parallel pg_dump  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> No.  See subtransactions.
> Subtransactions are included in snapshots?

Sure, see GetSnapshotData().  You could avoid it by setting
suboverflowed, but that comes at a nontrivial performance cost.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_execute_from_file review
Next
From: "David E. Wheeler"
Date:
Subject: Re: pg_execute_from_file review