projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029390a
)
Fix typo
author
Alvaro Herrera
Fri, 18 Oct 2019 12:49:39 +0000
(14:49 +0200)
committer
Alvaro Herrera
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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/indexcmds.c
b/src/backend/commands/indexcmds.c
index 646b209b2cb0fbc7a87ef4b81b68fd45b81e597a..73e8b249e90f72a335a9c5a2a74837a9da81d81d 100644
(file)
--- a/
src/backend/commands/indexcmds.c
+++ b/
src/backend/commands/indexcmds.c
@@
-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)
{