Don't emit a spurious space at end of line in pg_dump of event triggers.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 2 Jul 2015 09:50:29 +0000 (12:50 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 2 Jul 2015 09:53:05 +0000 (12:53 +0300)
commit52fc303e640c328b9634866b88cf2528f2732d16
tree5c9f7c90663efd9044a2218bd61d8eb6edae4949
parentcfd4876f174b70129626346c4991ebf5f61ebc6a
Don't emit a spurious space at end of line in pg_dump of event triggers.

Backpatch to 9.3 and above, where event triggers were added.
src/bin/pg_dump/pg_dump.c