pgsql: plpython: Restore alternative output for plpython_error test. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: plpython: Restore alternative output for plpython_error test.
Date
Msg-id E1nRejf-001Vx4-Ij@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
plpython: Restore alternative output for plpython_error test.

In db23464715f I removed the alternative output for plpython_error. Wrongly
so, because the output changed in Python 3.5, not Python 3.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/43e7787dd3387a7455fc4d9c353addb79a50ebe5

Modified Files
--------------
src/pl/plpython/expected/plpython_error.out   |   2 +-
src/pl/plpython/expected/plpython_error_5.out | 447 ++++++++++++++++++++++++++
2 files changed, 448 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Stabilize test_decoding touching with sequences
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Improve references to term "FSM" in pageinspect and pgfrees