We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51358b commit 6cec348Copy full SHA for 6cec348
src/backend/catalog/index.c
@@ -3043,8 +3043,7 @@ index_update_stats(Relation rel,
3043
relpages = RelationGetNumberOfBlocks(rel);
3044
3045
/*
3046
- * GPDB: In theory, it is possible to support index only scans with AO
3047
- * tables, but disable them for now by setting relallvisible to 0.
+ * GPDB: We don't maintain relallvisible for AO/CO tables.
3048
*/
3049
if (rd_rel->relkind != RELKIND_INDEX && !RelationStorageIsAO(rel))
3050
visibilitymap_count(rel, &relallvisible, NULL);
0 commit comments