Skip to content

Commit 89403ed

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 d2efb90 commit 89403ed

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
@@ -2741,7 +2741,7 @@ ReindexRelationConcurrently(Oid relationOid, int options)
27412741

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

0 commit comments

Comments
 (0)