mirror of https://github.com/citusdata/citus.git
Update regression tests-3
Update the regression tests which only change in PG 12.pull/3161/head
parent
64560b07be
commit
fc07bd7c5b
|
@ -233,14 +233,12 @@ SELECT count(*)
|
||||||
FROM cte1, single_hash_repartition_second
|
FROM cte1, single_hash_repartition_second
|
||||||
WHERE cte1.id = single_hash_repartition_second.id AND single_hash_repartition_second.sum = 45;
|
WHERE cte1.id = single_hash_repartition_second.id AND single_hash_repartition_second.sum = 45;
|
||||||
$Q$);
|
$Q$);
|
||||||
coordinator_plan
|
coordinator_plan
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
Aggregate
|
Aggregate
|
||||||
-> Custom Scan (Citus Adaptive)
|
-> Custom Scan (Citus Adaptive)
|
||||||
-> Distributed Subplan XXX_1
|
Task Count: 4
|
||||||
-> Custom Scan (Citus Adaptive)
|
(3 rows)
|
||||||
Task Count: 4
|
|
||||||
(5 rows)
|
|
||||||
|
|
||||||
-- Foreign keys to partition tables
|
-- Foreign keys to partition tables
|
||||||
CREATE TABLE collections_list (
|
CREATE TABLE collections_list (
|
||||||
|
|
Loading…
Reference in New Issue