Excerpts from Tom Lane's message of jue oct 21 19:36:07 -0300 2010: > Alvaro Herrera <alvhe...@alvh.no-ip.org> writes: > > A customer was hitting some misbehavior in one of their internal tests and > > I tracked it down to plancache not behaving properly with > > subtransactions: in particular, a plan is not being marked "dead" when > > the subtransaction on which it is planned rolls back. > > I don't believe that it's plancache's fault; the real problem is that > plpgsql is keeping "simple expression" execution trees around longer > than it should. Your patch masks the problem by forcing those trees to > be rebuilt, but it's the execution trees not the plan trees that contain > stale data.
Ahh, this probably explains why I wasn't been able to reproduce the problem without involving subxacts, or prepared plans, that seemed to follow mostly the same paths around plancache cleanup. It's also the likely cause that this hasn't ben reported earlier. > I'm not immediately sure why plpgsql_subxact_cb is failing to clean up > correctly in this example, but that seems to be where to look. Will take a look ... if the girls let me ... -- Álvaro Herrera <alvhe...@commandprompt.com> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers