pgsql: Fix broken pg_dump code for dumping comments on event triggers.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix broken pg_dump code for dumping comments on event triggers.
Date: 2015-01-06 00:27:23
Message-ID: E1Y8HzX-0006mD-Nw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/adfc157dd91471e995f3aa72e0fb5b50ecd93575

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-01-06 13:22:57 Re: [COMMITTERS] pgsql: Change how first WAL segment on new timeline after promotion is
Previous Message Heikki Linnakangas 2015-01-05 16:45:22 Re: [COMMITTERS] pgsql: Change how first WAL segment on new timeline after promotion is