Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera <alvherre@alvh.no-ip.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/heaptuple.c | modified | +1 −3 |
| src/backend/commands/copy.c | modified | +4 −4 |
| src/backend/lib/stringinfo.c | modified | +12 −54 |
| src/include/lib/stringinfo.h | modified | +5 −13 |