From 5205411e4d814a2f1faeaf34e3bcf58b7e3dda9c Mon Sep 17 00:00:00 2001 From: onderkalaci Date: Wed, 26 Apr 2023 21:09:45 +0300 Subject: [PATCH] PG commit 60684dd834a222fefedd49b19d1f0a6189c1632e --- src/backend/distributed/commands/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/commands/index.c b/src/backend/distributed/commands/index.c index d3d382f34..f09a0ebe6 100644 --- a/src/backend/distributed/commands/index.c +++ b/src/backend/distributed/commands/index.c @@ -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;