Fix a comment in ColumnarMetapageRead

pull/4950/head
Onur Tirtir 2021-05-26 16:45:05 +03:00
parent 10a762aa88
commit 1af50e98b3
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ ColumnarMetapageRead(Relation rel, bool force)
if (nblocks == 0) 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 * in current version of columnar, we immediately create the metapage
* for columnar tables, i.e right after creating the table. * for columnar tables, i.e right after creating the table.
* However in older versions, we were creating metapages lazily, i.e * However in older versions, we were creating metapages lazily, i.e