pgsql: plpython: Restore alternative output for plpython_error test.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: plpython: Restore alternative output for plpython_error test.
Date: 2022-03-08 18:39:04
Message-ID: E1nRejf-001Vx4-Ij@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-03-09 01:43:57 pgsql: doc: Improve references to term "FSM" in pageinspect and pgfrees
Previous Message Tomas Vondra 2022-03-08 18:24:00 pgsql: Stabilize test_decoding touching with sequences