Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 026fafd

Browse files
committed
Fix typo in comment.
1 parent 29407f9 commit 026fafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/index.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3316,7 +3316,7 @@ reindex_index(Oid indexId, bool skip_constraint_checks, char persistence)
33163316
* REINDEX_REL_FORCE_INDEXES_UNLOGGED: if true, set the persistence of the
33173317
* rebuilt indexes to unlogged.
33183318
*
3319-
* REINDEX_REL_FORCE_INDEXES_LOGGED: if true, set the persistence of the
3319+
* REINDEX_REL_FORCE_INDEXES_PERMANENT: if true, set the persistence of the
33203320
* rebuilt indexes to permanent.
33213321
*
33223322
* Returns true if any indexes were rebuilt (including toast table's index

0 commit comments

Comments
 (0)