pgsql: Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch.
Date: 2013-03-06 15:53:46
Message-ID: E1UDGf4-0003rC-GK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch.

Per report and suggestion from Bernd Helmle

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 38 +++++++++++++++++++++++++++++++++++++-
1 files changed, 37 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Greg Stark 2013-03-06 16:13:05 Re: Materialized views WIP patch
Previous Message Andrew Dunstan 2013-03-06 14:54:14 pgsql: Fix message typo.