Fix broken pg_dump code for dumping comments on event triggers. This never worked, I think. Per report from Marc Munro.
In passing, fix funny spacing in the COMMENT ON command as a result of excess space in the "label" string. Branch ------ REL9_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/c99e41f686bae0e35eafe92a970e77cbdb1db17c Modified Files -------------- src/bin/pg_dump/pg_dump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
