Re: PostgreSQL crashes with SIGSEGV - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: PostgreSQL crashes with SIGSEGV
Date
Msg-id CAH2-Wzkh3rgJhpfVv9faFtbzgPae2z8z+oGsYSjD1Gg8S4jauA@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL crashes with SIGSEGV  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On Tue, Feb 6, 2018 at 5:54 PM, Craig Ringer <craig@2ndquadrant.com> wrote:
>> In a quick look at the patches, WIP-kludge-fix.patch seems clearly
>> unacceptable for back-patching because it changes the signature and
>> behavior of ExecResetTupleTable, which external code might well be using.

> Definitely is using, in the case of BDR and pglogical. But we can patch in a
> version check easily enough.

That won't be necessary. The WIP-kludge-fix.patch approach is never
going to be used, and was only really posted for illustrative
purposes.

-- 
Peter Geoghegan


pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: PostgreSQL crashes with SIGSEGV
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Query running for very long time (server hanged) with parallelappend