Re: [COMMITTERS] pgsql: Fix for plpython functions; return

2007-01-25 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Fix for plpython functions; return true/false for boolean, > > This patch has broken a majority of the buildfarm. Yea, reverted with comment added. -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDBhttp://www.enterprisedb.c

Re: [COMMITTERS] pgsql: Fix for plpython functions; return true/false for boolean,

2007-01-24 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Fix for plpython functions; return true/false for boolean, This patch has broken a majority of the buildfarm. regards, tom lane ---(end of broadcast)--- TIP 3: Have you checked ou

[COMMITTERS] pgsql: Fix for plpython functions; return true/false for boolean,

2007-01-24 Thread Bruce Momjian
Log Message: --- Fix for plpython functions; return true/false for boolean, rather than 1/0. This helps when creating trigger functions that output SQL. Guido Goldstein Modified Files: -- pgsql/src/pl/plpython: plpython.c (r1.90 -> r1.91) (http://develop