Re: what can be wrong? backport plpgpsm to 8.1

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)hotmail(dot)com>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: what can be wrong? backport plpgpsm to 8.1
Date: 2007-03-10 20:25:51
Message-ID: 20070310202551.GD4037@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-03-10 21:06:16 Re: what can be wrong? backport plpgpsm to 8.1
Previous Message Pavel Stehule 2007-03-10 19:53:57 Re: what can be wrong? backport plpgpsm to 8.1