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.
pull/161/head
Alvaro Herrera 6 years ago
parent d2efb90dba
commit 89403ed228
  1. 2
      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)
{

Loading…
Cancel
Save