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_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/bb1e2426bf90ddd700d59678dfc9703162a34783 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
