Re: [COMMITTERS] pgsql: Permit dump/reload of not-too-large >1GB tuples - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Permit dump/reload of not-too-large >1GB tuples
Date
Msg-id 27737.1480993846@sss.pgh.pa.us
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Permit dump/reload of not-too-large >1GB tuples  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Permit dump/reload of not-too-large >1GB tuples

I apologize for not having paid close enough attention earlier, but:
this patch is absolutely unacceptable for the back branches and MUST
be reverted there.  Adding another field to StringInfoData is an ABI
change that will certainly break large numbers of extensions.  We
can't expect those to get recompiled for minor releases.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Add support for restrictive RLS policies
Next
From: Jim Nasby
Date:
Subject: Re: Tackling JsonPath support