diff options
-rw-r--r-- | src/backend/commands/indexcmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c index 589b8816a4d..e9da06a9fa7 100644 --- a/src/backend/commands/indexcmds.c +++ b/src/backend/commands/indexcmds.c @@ -2741,7 +2741,7 @@ ReindexRelationConcurrently(Oid relationOid, int options) /* * Extract the list of indexes that are going to be rebuilt based on the - * list of relation Oids given by caller. + * relation Oid given by caller. */ switch (relkind) { |