*** pgsql/src/backend/commands/view.c 2009/01/27 12:40:15 1.113 --- pgsql/src/backend/commands/view.c 2009/02/02 19:31:39 1.114 *************** *** 8,14 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/commands/view.c,v 1.112 2009/01/22 17:27:54 petere Exp $ * *------------------------------------------------------------------------- */ --- 8,14 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/commands/view.c,v 1.113 2009/01/27 12:40:15 petere Exp $ * *------------------------------------------------------------------------- */ *************** DefineVirtualRelation(const RangeVar *re *** 229,235 **** createStmt->tableElts = attrList; createStmt->inhRelations = NIL; createStmt->constraints = NIL; ! createStmt->options = list_make1(defWithOids(false)); createStmt->oncommit = ONCOMMIT_NOOP; createStmt->tablespacename = NULL; --- 229,235 ---- createStmt->tableElts = attrList; createStmt->inhRelations = NIL; createStmt->constraints = NIL; ! createStmt->options = list_make1(reloptWithOids(false)); createStmt->oncommit = ONCOMMIT_NOOP; createStmt->tablespacename = NULL;