mirror of https://github.com/citusdata/citus.git
PG commit 60684dd834a222fefedd49b19d1f0a6189c1632e
parent
c56c564e80
commit
5205411e4d
|
@ -559,7 +559,7 @@ ReindexStmtFindRelationOid(ReindexStmt *reindexStmt, bool missingOk)
|
||||||
{
|
{
|
||||||
relationId = RangeVarGetRelidExtended(reindexStmt->relation, lockmode,
|
relationId = RangeVarGetRelidExtended(reindexStmt->relation, lockmode,
|
||||||
(missingOk) ? RVR_MISSING_OK : 0,
|
(missingOk) ? RVR_MISSING_OK : 0,
|
||||||
RangeVarCallbackOwnsTable, NULL);
|
RangeVarCallbackMaintainsTable, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
return relationId;
|
return relationId;
|
||||||
|
|
Loading…
Reference in New Issue