Fix problems with incomplete attempt to prohibit OIDS with MVs.
Kevin Grittner <kgrittn@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_materialized_view.sgml | modified | +6 −1 |
| src/backend/commands/createas.c | modified | +5 −1 |
| src/backend/commands/tablecmds.c | modified | +1 −1 |
| src/backend/parser/parse_clause.c | modified | +16 −1 |
| src/backend/parser/parse_utilcmd.c | modified | +3 −1 |
| src/include/parser/parse_clause.h | modified | +1 −1 |