pgsql: Don't emit a spurious space at end of line in pg_dump of event t

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't emit a spurious space at end of line in pg_dump of event t
Date: 2015-07-02 09:55:51
Message-ID: E1ZAbDj-0000a7-NZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/52fc303e640c328b9634866b88cf2528f2732d16

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-07-02 14:14:09 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Previous Message Heikki Linnakangas 2015-07-02 09:46:27 pgsql: Use appendStringInfoString/Char et al where appropriate.