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 029390a090
commit 954b9c1959

View File

@ -2742,7 +2742,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)
{