Log Message:
-----------
Pamper Python23 with a \n.
For whatever reason, Python 2.3, on Darwin, doesn't like a simple 'raise
Exception("foo")', so pamper it by giving it a \n to avoid an apparently
superfluous syntax error.
Do this instead of changing src/pl.c/transform() as it seems like too silly of
a corner case to justify changing tranform(). Considering this being the only
case(Python 2.3) and the unlikelyhood of a CREATE FUNCTION that contains a
raise at the end.
[Perhaps, it barely justifies the change in the tests]:
Modified Files:
--------------
be/test/expected/80:
trigger (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/test/expected/80/trigger.diff?r1=1.2&r2=1.3)
be/test/expected/81:
trigger (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/test/expected/81/trigger.diff?r1=1.1&r2=1.2)
be/test/sql/80:
trigger (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/test/sql/80/trigger.diff?r1=1.2&r2=1.3)
be/test/sql/81:
trigger (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/test/sql/81/trigger.diff?r1=1.1&r2=1.2)
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings