Re: what can be wrong? backport plpgpsm to 8.1 - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: what can be wrong? backport plpgpsm to 8.1
Date
Msg-id 20070310202551.GD4037@alvh.no-ip.org
Whole thread Raw
In response to Re: what can be wrong? backport plpgpsm to 8.1  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Responses Re: what can be wrong? backport plpgpsm to 8.1  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Pavel Stehule wrote:

> propably I had to do some errors. Next cycle produce different output:
> 
> #0  FreeExecutorState (estate=0x966eb2c) at execUtils.c:260
> 260                     FreeExprContext((ExprContext *) 
> linitial(estate->es_exprcontexts));
> (gdb) bt
> #0  FreeExecutorState (estate=0x966eb2c) at execUtils.c:260
> #1  0x00528c9c in plpgpsm_xact_cb () from /usr/local/pgsql81/lib/plpgpsm.so
> #2  0x080b0d81 in CallXactCallbacks (event=XACT_EVENT_COMMIT) at xact.c:2618

Hmm, ISTR there were some changes to what plpgsql_xact_cb did in 8.1 ...
did you check the changes to that routine?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: what can be wrong? backport plpgpsm to 8.1
Next
From: Tom Lane
Date:
Subject: Re: what can be wrong? backport plpgpsm to 8.1