Re: plpython: fix for improperly handled NULL arguments in prepared plans - Mailing list pgsql-patches

From Tom Lane
Subject Re: plpython: fix for improperly handled NULL arguments in prepared plans
Date
Msg-id 26582.1044052581@sss.pgh.pa.us
Whole thread Raw
In response to plpython: fix for improperly handled NULL arguments in prepared plans  (Andrew Bosma <bosma@epigenomix.com>)
List pgsql-patches
Andrew Bosma <bosma@epigenomix.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

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

pgsql-patches by date:

Previous
From: Oleg Drokin
Date:
Subject: trivial patch for pg_dump blob problem
Next
From: Greg Stark
Date:
Subject: parse_expr.c another type produced by transformations?