Skip to content

Commit 9340778

Browse files
committed
Fix issues with statext_ndistinct_load.
1 parent 22e16c6 commit 9340778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/gpopt/gpdbwrappers.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,8 @@ gpdb::GetMVNDistinct(Oid stat_oid)
19601960
{
19611961
GP_WRAP_START;
19621962
{
1963-
return statext_ndistinct_load(stat_oid);
1963+
/* CBDB_16_MERGE: xxx: do we need ihn = true in any case? */
1964+
return statext_ndistinct_load(stat_oid, false);
19641965
}
19651966
GP_WRAP_END;
19661967
}

0 commit comments

Comments
 (0)