Accept regression diff in 'create_table' test
authorPavan Deolasee <[email protected]>
Wed, 26 Sep 2018 08:24:49 +0000 (13:54 +0530)
committerPavan Deolasee <[email protected]>
Wed, 26 Sep 2018 08:24:49 +0000 (13:54 +0530)
We're simply printing the distribution info too

src/test/regress/expected/create_table.out

index 6fc11f42e05ca17dda05e894b14d81a93510ba4b..8924c86eb1309d3fdf181ece376ec2a67c72d4a9 100644 (file)
@@ -842,6 +842,8 @@ create table boolspart_f partition of boolspart for values in (false);
 Partition key: LIST (a)
 Partitions: boolspart_f FOR VALUES IN (false),
             boolspart_t FOR VALUES IN (true)
+Distribute By: HASH(a)
+Location Nodes: ALL DATANODES
 
 drop table boolspart;
 -- partitions mixing temporary and permanent relations