Revert "Permit dump/reload of not-too-large >1GB tuples" This reverts commit 4e01ecae98275298c680c92fdba62daf603dc98e. Per Tom Lane, changing the definition of StringInfoData amounts to an ABI break, which is unacceptable in back branches.
Branch ------ REL9_6_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/e9e44a0953fa4ca54ace9500596c2ef930dbd1de Modified Files -------------- src/backend/access/common/heaptuple.c | 4 +-- src/backend/commands/copy.c | 8 ++--- src/backend/lib/stringinfo.c | 66 +++++++---------------------------- src/include/lib/stringinfo.h | 18 +++------- 4 files changed, 22 insertions(+), 74 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
