Modify libpq's pqexpbuffer to eliminate length restriction on how much
Tom Lane <tgl@sss.pgh.pa.us>
Modify libpq's pqexpbuffer to eliminate length restriction on how much data can be formatted per call. This requires relying on vsnprintf(). On machines that haven't got vsnprintf, link in the version from backend/port/.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/Makefile.in | modified | +13 −7 |
| src/interfaces/libpq/pqexpbuffer.c | modified | +73 −30 |
| src/interfaces/libpq/pqexpbuffer.h | modified | +6 −18 |