pgsql: Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch. - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch.
Date
Msg-id E1UDGf4-0003rC-GK@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix message typo.
Next
From: Kevin Grittner
Date:
Subject: pgsql: Add docs for pg_matviews, which were missed in the initial MV co