pgsql: Fix problems with incomplete attempt to prohibit OIDS with MVs.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix problems with incomplete attempt to prohibit OIDS with MVs.
Date: 2013-03-22 18:28:55
Message-ID: E1UJ6hz-0003kr-WC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix problems with incomplete attempt to prohibit OIDS with MVs.

Problem with assertion failure in restoring from pg_dump output
reported by Joachim Wieland.

Review and suggestions by Tom Lane and Robert Haas.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/549dae0352a06a43ec664dc158556e12ec2d30e5

Modified Files
--------------
doc/src/sgml/ref/create_materialized_view.sgml | 7 ++++++-
src/backend/commands/createas.c | 6 +++++-
src/backend/commands/tablecmds.c | 2 +-
src/backend/parser/parse_clause.c | 17 ++++++++++++++++-
src/backend/parser/parse_utilcmd.c | 4 +++-
src/include/parser/parse_clause.h | 2 +-
6 files changed, 32 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-03-22 19:23:07 pgsql: Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyl
Previous Message Tom Lane 2013-03-22 16:27:56 pgsql: Suppress uninitialized-variable warning in new checksum code.