Re: crash in plancache with subtransactions - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: crash in plancache with subtransactions
Date
Msg-id 1287707071-sup-9015@alvh.no-ip.org
Whole thread Raw
In response to Re: crash in plancache with subtransactions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Excerpts from Tom Lane's message of jue oct 21 19:36:07 -0300 2010:

> 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.

I think the reason is that one econtext is pushed for function
execution, and another one for blocks that contain exceptions.  The
example function does not contain exceptions -- the savepoints are
handled by the external SQL code.

I'll have a closer look tomorrow.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Simplifying replication
Next
From: Bruce Momjian
Date:
Subject: Re: max_wal_senders must die