Update regression tests-3

Update the regression tests which only change in PG 12.
pull/3161/head
Onder Kalaci 2019-12-11 11:42:27 +01:00 committed by Jelte Fennema
parent 64560b07be
commit fc07bd7c5b
1 changed files with 3 additions and 5 deletions

View File

@ -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 (