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

From Tom Lane
Subject Re: PostgreSQL crashes with SIGSEGV
Date
Msg-id 14267.1516216998@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL crashes with SIGSEGV  (Aleksandr Parfenov <a.parfenov@postgrespro.ru>)
Responses Re: PostgreSQL crashes with SIGSEGV
Re: PostgreSQL crashes with SIGSEGV
List pgsql-hackers
Aleksandr Parfenov <a.parfenov@postgrespro.ru> writes:
> The new status of this patch is: Ready for Committer

I don't feel particularly comfortable committing a patch that
was clearly labeled as a rushed draft by its author.
Peter, where do you stand on this work?

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.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Unnecessary static variable?
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] PATCH: enabling parallel execution for cursorsexplicitly (experimental)