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
|
||||
WHERE cte1.id = single_hash_repartition_second.id AND single_hash_repartition_second.sum = 45;
|
||||
$Q$);
|
||||
coordinator_plan
|
||||
coordinator_plan
|
||||
---------------------------------------------------------------------
|
||||
Aggregate
|
||||
-> Custom Scan (Citus Adaptive)
|
||||
-> Distributed Subplan XXX_1
|
||||
-> Custom Scan (Citus Adaptive)
|
||||
Task Count: 4
|
||||
(5 rows)
|
||||
Task Count: 4
|
||||
(3 rows)
|
||||
|
||||
-- Foreign keys to partition tables
|
||||
CREATE TABLE collections_list (
|
||||
|
|
Loading…
Reference in New Issue