]> granicus.if.org Git - postgresql/commit
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:50:48 +0000 (12:50 +0300)
commitbcac470d5b8762629132428ddf8fc8f1baa701f3
tree9173946344fc304a9405b97d53ca7788f9fe3b14
parent02ec4cd179099fc409288bb55c40fea308a51204
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