git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15ef6ff)
Fix typo in indexcmds.c
2020年3月18日 02:13:12 +0000 (11:13 +0900)
2020年3月18日 02:13:12 +0000 (11:13 +0900)
Introduced by 61d7c7b.

Backpatch-through: 12


diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c
index 6d696dd672bf864340716396a04a44f7a5992334..4e8263af4be4827444b6cc2e3fbc97b4388aef6e 100644 (file)
--- a/src/backend/commands/indexcmds.c
+++ b/src/backend/commands/indexcmds.c
@@ -2870,7 +2870,7 @@ ReindexRelationConcurrently(Oid relationOid, int options)
/*
* Don't allow reindex for an invalid index on TOAST table, as
- * if rebuild it would not be possible to drop it.
+ * if rebuilt it would not be possible to drop it.
*/
if (IsToastNamespace(get_rel_namespace(relationOid)) &&
!get_index_isvalid(relationOid))
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /