Re: plpython: fix for improperly handled NULL arguments in prepared plans

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Bosma <bosma(at)epigenomix(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: plpython: fix for improperly handled NULL arguments in prepared plans
Date: 2003-01-31 22:36:21
Message-ID: 26582.1044052581@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andrew Bosma <bosma(at)epigenomix(dot)com> writes:
> NULL arguments were improperly converted to the string 'None' rather than being marked
> as NULLs in the third argument to SPI_execp. The patch is against CVS HEAD.

Patch applied to HEAD and 7.3 branch. Thanks!

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Alex Cichowski 2003-02-01 12:30:41 Re: getpeereid() for local ident
Previous Message Tom Lane 2003-01-31 21:02:02 Re: fix broken regression tests