mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
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.
This commit is contained in:
parent
d2efb90dba
commit
89403ed228
@ -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…
Reference in New Issue
Block a user