pgsql: Update plpython_subtransaction alternative expected files

Started by Peter Eisentrautabout 5 years ago3 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: pgsql: Update plpython_subtransaction alternative expected files

Peter Eisentraut <peter@eisentraut.org> writes:

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.

I think you need to fix that down to 9.6, not just v12.

regards, tom lane

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#2)
Re: pgsql: Update plpython_subtransaction alternative expected files

On 18.06.21 00:06, Tom Lane wrote:

Peter Eisentraut <peter@eisentraut.org> writes:

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.

I think you need to fix that down to 9.6, not just v12.

Done. These were blind edits, so I wanted to wait for them to pass on
12 first.