pgsql: Update plpython_subtransaction alternative expected files

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update plpython_subtransaction alternative expected files
Date: 2021-06-17 14:41:43
Message-ID: E1lttDD-0001fx-HV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update plpython_subtransaction alternative expected files

The original patch only targeted Python 2.6 and newer, since that is
what we have supported in PostgreSQL 13 and newer. For older
branches, we need to fix it up for older Python versions.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/70293e946e60bb7eb58f74656667458406a1b461

Modified Files
--------------
src/pl/plpython/expected/plpython_subtransaction.out | 2 +-
src/pl/plpython/expected/plpython_subtransaction_0.out | 9 ++++++---
src/pl/plpython/expected/plpython_subtransaction_5.out | 9 ++++++---
src/pl/plpython/sql/plpython_subtransaction.sql | 2 +-
4 files changed, 14 insertions(+), 8 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-17 22:06:28 Re: pgsql: Update plpython_subtransaction alternative expected files
Previous Message Heikki Linnakangas 2021-06-17 12:57:51 pgsql: Tidy up GetMultiXactIdMembers()'s behavior on error