PG commit 60684dd834a222fefedd49b19d1f0a6189c1632e

pg16_kickoff
onderkalaci 2023-04-26 21:09:45 +03:00
parent c56c564e80
commit 5205411e4d
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ ReindexStmtFindRelationOid(ReindexStmt *reindexStmt, bool missingOk)
{
relationId = RangeVarGetRelidExtended(reindexStmt->relation, lockmode,
(missingOk) ? RVR_MISSING_OK : 0,
RangeVarCallbackOwnsTable, NULL);
RangeVarCallbackMaintainsTable, NULL);
}
return relationId;