Re: Autonomous Transaction (WIP) - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Autonomous Transaction (WIP)
Date
Msg-id 5344F0D7.7070905@vmware.com
Whole thread Raw
In response to Re: Autonomous Transaction (WIP)  (Hannu Krosing <hannu@krosing.net>)
List pgsql-hackers
On 04/09/2014 09:55 AM, Hannu Krosing wrote:
> This would be greatly simplified if we can accept the restriction that
> there is only single
> snapshot per backend (not per transaction). To me this seems a
> completely sensible restriction.

Huh? In Read committed mode, every query within a transaction gets a 
different snapshot.

- Heikki



pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Autonomous Transaction (WIP)
Next
From: Craig Ringer
Date:
Subject: libpq api wart: no PQconnect variant that can consume output of PQconninfoParse(...)