From 1af50e98b3f2da5e9fe742ed433a7ea028877d69 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Wed, 26 May 2021 16:45:05 +0300 Subject: [PATCH] Fix a comment in ColumnarMetapageRead --- src/backend/columnar/columnar_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/columnar/columnar_storage.c b/src/backend/columnar/columnar_storage.c index a73275249..aba79303f 100644 --- a/src/backend/columnar/columnar_storage.c +++ b/src/backend/columnar/columnar_storage.c @@ -615,7 +615,7 @@ ColumnarMetapageRead(Relation rel, bool force) if (nblocks == 0) { /* - * We only expect this to happen during binary ugrades. This is because, + * We only expect this to happen when upgrading citus.so. This is because, * in current version of columnar, we immediately create the metapage * for columnar tables, i.e right after creating the table. * However in older versions, we were creating metapages lazily, i.e