]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 18 Oct 2019 12:49:39 +0000 (14:49 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 18 Oct 2019 12:49:39 +0000 (14:49 +0200)
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.

src/backend/commands/indexcmds.c

index 589b8816a4d6293f5a4bd403fa91f304a018350e..e9da06a9fa71316d4f00c052b2fa6649e14dda81 100644 (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)
        {