Re: plpython crash on exception

From: "Marko Kreen" <markokr(at)gmail(dot)com>
To: "Alvaro Herrera" <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Postgres Patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: plpython crash on exception
Date: 2007-11-23 07:06:26
Message-ID: e51f66da0711222306v69db450cqce6496067c8f5364@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On 11/22/07, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> One problem here is that 7.3 does not have appendStringInfoVA. From 7.4
> onwards there is no problem. Should I backport the code from 7.4? (On
> a first try to do it I introduced a nasty bug, so it's not as easy as
> a cut'n paste).

Just a note - appendStringInfoVA should take *nprinted argument.

Can this be added in 8.4? Should make usage saner.

--
marko

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-11-23 07:10:53 Re: plpython crash on exception
Previous Message Marko Kreen 2007-11-23 06:49:05 Re: plpython crash on exception