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:51:04 +0000 (12:51 +0300)
commit0eaa49a5c4848f3f3fa5588dc58cb9af47779fb4
tree80e4797b52c90a7e16531c22818135fd85fcf8cc
parent505f78c446b0a149efb93ec61350e36ddc306152
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