setQuerySnapshot in plpgsql functions in 7.3

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: setQuerySnapshot in plpgsql functions in 7.3
Date: 2002-12-04 17:21:14
Message-ID: 1039022474.8618.110.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Forgive me for not digging through the source code myself, but can
anyone tell me if setQuerySnapshot behavior within functions was changed
in 7.3 so that subsequent select statements can see committed data? I
know there was some talk about changing the behavior, but I'm wondering
if it was ever done. Read committed transactions seem broken without
this ability.

Robert Treat

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-12-04 17:22:15 Re: interesting difference for queries...
Previous Message Tom Lane 2002-12-04 17:06:10 Re: PQnotifies() in 7.3 broken?