| From: | momjian(at)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Fix for plpython functions; return true/false for boolean, |
| Date: | 2007-01-25 04:08:51 |
| Message-ID: | 20070125040851.ED1439FB62C@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers pgsql-patches |
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://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.90&r2=1.91)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-01-25 04:17:46 | pgsql: Properly detoast access to bytea field pg_trigger.tgargs. |
| Previous Message | Bruce Momjian | 2007-01-25 03:30:43 | pgsql: Add 'output file' option for pg_dumpall, especially useful for |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-01-25 04:08:58 | Re: [HACKERS] Fix for bug in plpython bool type conversion |
| Previous Message | Jim C. Nasby | 2007-01-25 03:57:42 | Re: [HACKERS] how to plan for vacuum? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-01-25 04:08:58 | Re: [HACKERS] Fix for bug in plpython bool type conversion |
| Previous Message | Jeremy Drake | 2007-01-25 03:40:10 | Re: [pgsql-patches] unprivileged contrib and pl install |