summaryrefslogtreecommitdiff
path: root/src/backend/catalog/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/catalog/index.c')
-rw-r--r--src/backend/catalog/index.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/catalog/index.c b/src/backend/catalog/index.c
index 7539742c782..bdd3c348417 100644
--- a/src/backend/catalog/index.c
+++ b/src/backend/catalog/index.c
@@ -928,9 +928,9 @@ index_create(Relation heapRelation,
binary_upgrade_next_index_pg_class_relfilenode = InvalidOid;
/*
- * Note that we want create_storage = true for binary upgrade.
- * The storage we create here will be replaced later, but we need
- * to have something on disk in the meanwhile.
+ * Note that we want create_storage = true for binary upgrade. The
+ * storage we create here will be replaced later, but we need to
+ * have something on disk in the meanwhile.
*/
Assert(create_storage);
}