Thread

Commits

  1. Fix subtransaction test for Python 3.10

  1. Python 3.10 breaks regression tests with traceback changes

    Tom Lane <tgl@sss.pgh.pa.us> — 2021-05-11T16:13:17Z

    $SUBJECT was discovered in Fedora 35 prerelease testing of Python 3.10:
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1959080
    
    We have time to think about what to do about this, but some fix
    will be needed before long.
    
    			regards, tom lane
    
    
    
    
  2. Re: Python 3.10 breaks regression tests with traceback changes

    Honza Horak <hhorak@redhat.com> — 2021-05-11T21:31:06Z

    I missed Tom already started the thread, so just passing the other mail 
    with a patch proposal here:
    
    https://www.postgresql.org/message-id/CA%2BHKMWPk0bMUvwV7x4pYxbtNMCVvpBVi%3Do%3DS96MFYTr_WKZ7UA%40mail.gmail.com
    
    Honza
    
    On 5/11/21 6:13 PM, Tom Lane wrote:
    > $SUBJECT was discovered in Fedora 35 prerelease testing of Python 3.10:
    > 
    > https://bugzilla.redhat.com/show_bug.cgi?id=1959080
    > 
    > We have time to think about what to do about this, but some fix
    > will be needed before long.
    > 
    > 			regards, tom lane
    > 
    > 
    
    
    
    
    
  3. Re: Python 3.10 breaks regression tests with traceback changes

    Honza Horak <hhorak@redhat.com> — 2021-05-24T15:52:18Z

    Anybody had a chance to look at the proposed patch?
    
    Honza
    
    On Tue, May 11, 2021 at 11:31 PM Honza Horak <hhorak@redhat.com> wrote:
    
    > I missed Tom already started the thread, so just passing the other mail
    > with a patch proposal here:
    >
    >
    > https://www.postgresql.org/message-id/CA%2BHKMWPk0bMUvwV7x4pYxbtNMCVvpBVi%3Do%3DS96MFYTr_WKZ7UA%40mail.gmail.com
    >
    > Honza
    >
    > On 5/11/21 6:13 PM, Tom Lane wrote:
    > > $SUBJECT was discovered in Fedora 35 prerelease testing of Python 3.10:
    > >
    > > https://bugzilla.redhat.com/show_bug.cgi?id=1959080
    > >
    > > We have time to think about what to do about this, but some fix
    > > will be needed before long.
    > >
    > >                       regards, tom lane
    > >
    > >
    >
    
  4. Re: Python 3.10 breaks regression tests with traceback changes

    Peter Eisentraut <peter.eisentraut@enterprisedb.com> — 2021-06-05T05:29:16Z

    On 24.05.21 17:52, Honza Horak wrote:
    > Anybody had a chance to look at the proposed patch?
    
    Patch applied to master.  I suppose we should backpatch this.
    
    > 
    > Honza
    > 
    > On Tue, May 11, 2021 at 11:31 PM Honza Horak <hhorak@redhat.com 
    > <mailto:hhorak@redhat.com>> wrote:
    > 
    >     I missed Tom already started the thread, so just passing the other mail
    >     with a patch proposal here:
    > 
    >     https://www.postgresql.org/message-id/CA%2BHKMWPk0bMUvwV7x4pYxbtNMCVvpBVi%3Do%3DS96MFYTr_WKZ7UA%40mail.gmail.com
    >     <https://www.postgresql.org/message-id/CA%2BHKMWPk0bMUvwV7x4pYxbtNMCVvpBVi%3Do%3DS96MFYTr_WKZ7UA%40mail.gmail.com>
    > 
    >     Honza
    > 
    >     On 5/11/21 6:13 PM, Tom Lane wrote:
    >      > $SUBJECT was discovered in Fedora 35 prerelease testing of Python
    >     3.10:
    >      >
    >      > https://bugzilla.redhat.com/show_bug.cgi?id=1959080
    >     <https://bugzilla.redhat.com/show_bug.cgi?id=1959080>
    >      >
    >      > We have time to think about what to do about this, but some fix
    >      > will be needed before long.
    >      >
    >      >                       regards, tom lane
    >      >
    >      >
    > 
    
    
    
    
    
  5. Re: Python 3.10 breaks regression tests with traceback changes

    Tom Lane <tgl@sss.pgh.pa.us> — 2021-06-16T21:13:16Z

    Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
    > Patch applied to master.  I suppose we should backpatch this.
    
    Python 3.10 has evidently now percolated into Fedora Rawhide,
    thus caiman is failing in the back branches.  Time for that
    back-patch.
    
    			regards, tom lane
    
    
    
    
  6. Re: Python 3.10 breaks regression tests with traceback changes

    Peter Eisentraut <peter.eisentraut@enterprisedb.com> — 2021-06-17T07:08:05Z

    On 16.06.21 23:13, Tom Lane wrote:
    > Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
    >> Patch applied to master.  I suppose we should backpatch this.
    > 
    > Python 3.10 has evidently now percolated into Fedora Rawhide,
    > thus caiman is failing in the back branches.  Time for that
    > back-patch.
    
    done