Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e58e13e
)
Fix typo in indexcmds.c
author
Michael Paquier
<michael@paquier.xyz>
Wed, 18 Mar 2020 02:13:12 +0000
(11:13 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Wed, 18 Mar 2020 02:15:21 +0000
(11:15 +0900)
Introduced by
61d7c7b
.
Backpatch-through: 12
src/backend/commands/indexcmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/indexcmds.c
b/src/backend/commands/indexcmds.c
index 661e42fa3a9e6c110755b2a12e351b6a332d6a50..ea5e4f67e9e73f6ee8e1222eaa973b182658e935 100644
(file)
--- a/
src/backend/commands/indexcmds.c
+++ b/
src/backend/commands/indexcmds.c
@@
-2901,7
+2901,7
@@
ReindexRelationConcurrently(Oid relationOid, int options)
/*
* Don't allow reindex for an invalid index on TOAST table, as
- * if rebuil
d
it would not be possible to drop it.
+ * if rebuil
t
it would not be possible to drop it.
*/
if (IsToastNamespace(get_rel_namespace(relationOid)) &&
!get_index_isvalid(relationOid))