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.
This commit is contained in:
Alvaro Herrera 2019-10-18 14:49:39 +02:00
parent d2efb90dba
commit 89403ed228
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{