diff options
Diffstat (limited to 'src/backend/bootstrap/bootparse.y')
-rw-r--r-- | src/backend/bootstrap/bootparse.y | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backend/bootstrap/bootparse.y b/src/backend/bootstrap/bootparse.y index f3e85aa31bb..d0a0e9276e8 100644 --- a/src/backend/bootstrap/bootparse.y +++ b/src/backend/bootstrap/bootparse.y @@ -217,6 +217,7 @@ Boot_CreateStmt: PG_CATALOG_NAMESPACE, shared_relation ? GLOBALTABLESPACE_OID : 0, $3, + InvalidOid, tupdesc, RELKIND_RELATION, RELPERSISTENCE_PERMANENT, @@ -284,6 +285,7 @@ Boot_DeclareIndexStmt: DefineIndex(makeRangeVar(NULL, $6, -1), $3, $4, + InvalidOid, $8, NULL, $10, @@ -302,6 +304,7 @@ Boot_DeclareUniqueIndexStmt: DefineIndex(makeRangeVar(NULL, $7, -1), $4, $5, + InvalidOid, $9, NULL, $11, |