From 18cd8a60c3a24abae3f02c91d0eb38e2c77dbf2f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 10 Jun 2024 22:02:40 -0700 Subject: [PATCH] Updated comment [skip ci] --- src/ivfbuild.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ivfbuild.c b/src/ivfbuild.c index cfc30fc..b9e97c8 100644 --- a/src/ivfbuild.c +++ b/src/ivfbuild.c @@ -1006,7 +1006,7 @@ BuildIndex(Relation heap, Relation index, IndexInfo *indexInfo, CreateListPages(index, buildstate->centers, buildstate->dimensions, buildstate->lists, forkNum, &buildstate->listInfo); CreateEntryPages(buildstate, forkNum); - /* GenericXLog functions skip unlogged tables */ + /* Write WAL for initialization fork since GenericXLog functions do not */ if (forkNum == INIT_FORKNUM) log_newpage_range(index, forkNum, 0, RelationGetNumberOfBlocksInFork(index, forkNum), true);