From: Fujii Masao Date: Wed, 8 Apr 2015 11:55:43 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL9_5_ALPHA1~472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=026fafde9159046ad26d0ccba92be0e802c70e92;p=postgresql Fix typo in comment. --- diff --git a/src/backend/catalog/index.c b/src/backend/catalog/index.c index 351dcb2784..d8ff554387 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