Could GetTransactionSnapshot be deferred till needed. - Mailing list pgsql-novice

From Daniel Wood
Subject Could GetTransactionSnapshot be deferred till needed.
Date
Msg-id 517851D8.8040700@salesforce.com
Whole thread Raw
Responses Re: Could GetTransactionSnapshot be deferred till needed.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Just as a permanent XID is allocate only when needed, is there any way
to defer the acquisition of a snapshot till it is needed such that
statements like "if x = 1 ..." and "x := 1" don't acquire snapshots just
because they are in a non-read only function?  Could this be delayed
till the start of any select/update/delete/insert, DDL, etc?


pgsql-novice by date:

Previous
From: gngon
Date:
Subject: Re: Postgresql iPhone
Next
From: Tom Lane
Date:
Subject: Re: Could GetTransactionSnapshot be deferred till needed.