Commit 89403ed2 authored by Alvaro Herrera's avatar Alvaro Herrera

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.
parent d2efb90d
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment