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