CVSROOT: /cvsrootModule name: pgsql-serverChanges 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.