pgsql: Prevent RevalidateCachedPlan from making any permanent change in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent RevalidateCachedPlan from making any permanent change in
Date: 2007-05-14 18:13:22
Message-ID: 20070514181322.107109FBCFD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prevent RevalidateCachedPlan from making any permanent change in
ActiveSnapshot. Having it affect ActiveSnapshot only in the unusual
case of needing to replan seems a bad idea, and there's also the problem
that the created snap might be in a relatively short-lived context, as
noted by Jan Wieck. Also, there's no need to force a new snap at all
unless we are called with no snap currently set, which is an unusual
case in itself.

Modified Files:
--------------
pgsql/src/backend/utils/cache:
plancache.c (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/plancache.c.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2007-05-14 19:09:39 pgbuildfarm - client-code: Abandon multiroot hack - in effect all builds
Previous Message Alvaro Herrera 2007-05-14 16:50:36 pgsql: Report all dependent objects to the server log when a shared