pgsql: PersistHoldablePortal must establish the correct value for

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PersistHoldablePortal must establish the correct value for
Date: 2005-04-11 15:59:35
Message-ID: 20050411155935.9DDA3538AF@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)supernews(dot)

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-11 15:59:48 pgsql: PersistHoldablePortal must establish the correct value for
Previous Message User Jwp 2005-04-11 14:40:59 python - me: Imported Sources