Re: Skytools committed without hackers discussion/review - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Skytools committed without hackers discussion/review
Date
Msg-id 25397.1192054751@sss.pgh.pa.us
Whole thread Raw
In response to Re: Skytools committed without hackers discussion/review  (Florian Pflug <fgp.phlo.org@gmail.com>)
Responses Re: Skytools committed without hackers discussion/review
List pgsql-hackers
Florian Pflug <fgp.phlo.org@gmail.com> writes:
> Tom Lane wrote:
>> I think txid_current_snapshot should read ActiveSnapshot.  If the user wants
>> to get a beginning-of-xact rather than beginning-of-statement snapshot from
>> it, he should be required to call it in a serializable transaction.

> Hm... does txid require that the snapshot it uses a valid in the sense that
> its xmin follows OldestXmin? If not, we could keep the snapshot around for txid,
> but still update our published xmin - which seems to be the main reason we care
> about getting rid of old snapshots at all.

Why should we complicate the main code like that for txid?  I have not
heard any argument why the function should be examining
SerializableSnapshot instead of the current transaction snapshot.
        regards, tom lane


pgsql-hackers by date:

Previous
From: andy
Date:
Subject: Re: full text search in 8.3
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Added the Skytools extended transaction ID module to contrib as