mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04: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
029390a090
commit
954b9c1959
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue