projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29407f9
)
Fix typo in comment.
author
Fujii Masao
<fujii@postgresql.org>
Wed, 8 Apr 2015 11:55:43 +0000
(20:55 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Wed, 8 Apr 2015 11:55:43 +0000
(20:55 +0900)
src/backend/catalog/index.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/index.c
b/src/backend/catalog/index.c
index 351dcb27847074569562f01ffed15e92651ca71d..d8ff554387fde942244c75f5a72ed22cf65bc484 100644
(file)
--- a/
src/backend/catalog/index.c
+++ b/
src/backend/catalog/index.c
@@
-3316,7
+3316,7
@@
reindex_index(Oid indexId, bool skip_constraint_checks, char persistence)
* REINDEX_REL_FORCE_INDEXES_UNLOGGED: if true, set the persistence of the
* rebuilt indexes to unlogged.
*
- * REINDEX_REL_FORCE_INDEXES_
LOGGED
: if true, set the persistence of the
+ * REINDEX_REL_FORCE_INDEXES_
PERMANENT
: if true, set the persistence of the
* rebuilt indexes to permanent.
*
* Returns true if any indexes were rebuilt (including toast table's index