pgsql: Tweak the error message emitted when a void-returning PL/Python

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak the error message emitted when a void-returning PL/Python
Date: 2006-02-28 20:56:14
Message-ID: 20060228205614.10E0C9DC841@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Tweak the error message emitted when a void-returning PL/Python function
does not return None, per suggestion from Tom.

Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.72 -> r1.73)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.72&r2=1.73)
pgsql/src/pl/plpython/expected:
plpython_test.out (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_test.out.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-28 21:59:20 pgsql: Fix PG_VERSION_NUM awk -F parameter.
Previous Message Neil Conway 2006-02-28 20:03:52 pgsql: Allow PL/Python functions to return void, per gripe from James