pgsql: PersistHoldablePortal must establish the correct value for - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: PersistHoldablePortal must establish the correct value for
Date
Msg-id 20050411155935.9DDA3538AF@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
PersistHoldablePortal must establish the correct value for ActiveSnapshot
while completing execution of the cursor's query.  Otherwise we get wrong
answers or even crashes from non-volatile functions called by the query.
Per report from andrew@supernews.

Modified Files:
--------------
    pgsql/src/backend/commands:
        portalcmds.c (r1.39 -> r1.40)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/portalcmds.c.diff?r1=1.39&r2=1.40)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - me: Imported Sources
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: PersistHoldablePortal must establish the correct value for