pgsql-server/src/bin/pg_dump pg_dump.c

Started by Tom Lanealmost 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/08/22 17:29:34

Modified files:
src/bin/pg_dump: pg_dump.c

Log message:
Fixed-size buffer in dumpClasses is not big enough anymore given the
addition of a column list clause to the COPY command. Spotted by
Martin Renters.