From 9f9bb64c4c21f97e111ae4604148176721673342 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Fri, 18 Sep 2020 09:18:03 -0700 Subject: [PATCH] fixup --- cstore_tableam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cstore_tableam.c b/cstore_tableam.c index c886ebe77..204746aa0 100644 --- a/cstore_tableam.c +++ b/cstore_tableam.c @@ -147,7 +147,7 @@ cstore_beginscan(Relation relation, Snapshot snapshot, Index varlevelsup = 0; Var *var; - if (!tupdesc->attrs[i].attisdropped) + if (tupdesc->attrs[i].attisdropped) { continue; }