Re: pgsql: Update plpython_subtransaction alternative expected files

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Update plpython_subtransaction alternative expected files
Date: 2021-06-18 05:00:07
Message-ID: 432b40bb-075c-623a-95a7-327cd30a6637@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 18.06.21 00:06, Tom Lane wrote:
> Peter Eisentraut <peter(at)eisentraut(dot)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.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-06-18 05:24:03 pgsql: doc: Apply markup <productname> to OpenSSL more consistently
Previous Message Peter Eisentraut 2021-06-18 04:57:03 pgsql: Update plpython_subtransaction alternative expected files