From: Bruce Momjian Date: Tue, 17 Feb 2009 22:32:54 +0000 (+0000) Subject: Add missing newline. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=fe831ceff5f113e09827717889ebc5c27d02c33a;p=users%2Fsimon%2Fpostgres.git Add missing newline. --- diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index c15fa3f08a..43843c97ed 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -9853,7 +9853,7 @@ dumpTableSchema(Archive *fout, TableInfo *tbinfo) "(SELECT oid FROM pg_namespace " "WHERE nspname = CURRENT_SCHEMA)\n" " AND relname = '%s'\n" - " );", + " );\n", tbinfo->attlen[j], tbinfo->attalign[j], tbinfo->attnames[j],