Re: [HACKERS] setQuerySnapshot in plpgsql functions in 7.3

2002-12-04 Thread Tom Lane
Robert Treat <[EMAIL PROTECTED]> writes: > 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? AFAIR, we had some preliminary discussions

[HACKERS] setQuerySnapshot in plpgsql functions in 7.3

2002-12-04 Thread Robert Treat
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 d