diff --git a/src/test/regress/greenplum_schedule b/src/test/regress/greenplum_schedule index 3e69a6e13662add5a82e194c9e935d4e6f346405..d981f039578b8670b308c6d10f7b4b3d99c48b2d 100755 --- a/src/test/regress/greenplum_schedule +++ b/src/test/regress/greenplum_schedule @@ -16,7 +16,7 @@ # ignore: leastsquares -test: opr_sanity_gp decode_expr bitmapscan case_gp limit_gp notin percentile naivebayes join_gp union_gp gpcopy +test: opr_sanity_gp decode_expr bitmapscan bitmapscan_ao case_gp limit_gp notin percentile naivebayes join_gp union_gp gpcopy test: filter gpctas gpdist matrix toast sublink sirv_functions table_functions olap_setup test: dispatch diff --git a/src/test/regress/output/aocs.source b/src/test/regress/output/aocs.source index 56e6c3cdb9c3bd44c6d79e175e69f7e324edc7fd..b967369c80582507b809a00c2b79fdb292775597 100644 --- a/src/test/regress/output/aocs.source +++ b/src/test/regress/output/aocs.source @@ -68,7 +68,7 @@ ERROR: compresstype can't be used with compresslevel 0 -- orientation=column must be combined with appendonly=true CREATE TABLE tenk_aocs13 (like tenk_heap_for_aocs) with (orientation=column) distributed by(unique1); ERROR: invalid option "orientation" for base relation. Only valid for Append Only relations --------------------- +-------------------- -- catalog checks -------------------- -- check pg_appendonly