Commit 026fafde authored by Fujii Masao's avatar Fujii Masao

Fix typo in comment.

parent 29407f97
...@@ -3316,7 +3316,7 @@ reindex_index(Oid indexId, bool skip_constraint_checks, char persistence) ...@@ -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 * REINDEX_REL_FORCE_INDEXES_UNLOGGED: if true, set the persistence of the
* rebuilt indexes to unlogged. * 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. * rebuilt indexes to permanent.
* *
* Returns true if any indexes were rebuilt (including toast table's index * Returns true if any indexes were rebuilt (including toast table's index
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment