Skip to content

Commit 954b9c1

Browse files
committed
Fix typo
Apparently while this code was being developed, ReindexRelationConcurrently operated on multiple relations. The version that was ultimately pushed doesn't, so this comment's use of plural is inaccurate.
1 parent 029390a commit 954b9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/indexcmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2742,7 +2742,7 @@ ReindexRelationConcurrently(Oid relationOid, int options)
27422742

27432743
/*
27442744
* Extract the list of indexes that are going to be rebuilt based on the
2745-
* list of relation Oids given by caller.
2745+
* relation Oid given by caller.
27462746
*/
27472747
switch (relkind)
27482748
{

0 commit comments

Comments
 (0)