PL/Python: Adjust the regression tests for Python 3.4 The error test case in the plpython_do test resulted in a slightly different error message with Python 3.4. So pick a different way to test it that avoids that and is perhaps also a bit clearer.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/d0765d50f429472d00554701ac6531c84d324811 Modified Files -------------- src/pl/plpython/expected/plpython_do.out | 6 +++--- src/pl/plpython/sql/plpython_do.sql | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
