Fix for plpython functions; return true/false for boolean,
authorBruce Momjian <bruce@momjian.us>
Thu, 25 Jan 2007 04:08:51 +0000 (04:08 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 25 Jan 2007 04:08:51 +0000 (04:08 +0000)
commit214ac2e5fad7d60f5b6fe85541782fa0ea871db8
tree3061b291356a3d69570bb9667d80c964dc25b29d
parenta74b6c385a4ed64465e0040dadf2f4358794b958
Fix for plpython functions;  return true/false for boolean,
rather than 1/0.  This helps when creating trigger functions that output
SQL.

Guido Goldstein
src/pl/plpython/plpython.c