diff options
author | Fujii Masao <fujii@postgresql.org> | 2015-04-08 20:55:43 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2015-04-08 20:55:43 +0900 |
commit | 026fafde9159046ad26d0ccba92be0e802c70e92 (patch) | |
tree | b64f63840f072e27fa4110dbe2b149a42a35fc96 /src | |
parent | 29407f97746ba2543b1845afe8ae22af09d43e45 (diff) | |
download | postgresql-026fafde9159046ad26d0ccba92be0e802c70e92.tar.gz postgresql-026fafde9159046ad26d0ccba92be0e802c70e92.zip |
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/catalog/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/index.c b/src/backend/catalog/index.c index 351dcb27847..d8ff554387f 100644 --- 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 |