diff --git a/src/test/regress/atmsort.pm b/src/test/regress/atmsort.pm index d62dc47ea3d201ec20a7cfe3238d9eb74da14f5a..2653509722157b234f0d2e2086dbd10dbb973189 100644 --- a/src/test/regress/atmsort.pm +++ b/src/test/regress/atmsort.pm @@ -410,9 +410,6 @@ m/^HINT: The \'DISTRIBUTED BY\' clause determines the distribution of data/ m/^WARNING: Referential integrity \(.*\) constraints are not supported in Greenplum Database/ - -m/^\s*Distributed by:\s+\(.*\)\s*$/ - # ignore notices for DROP sqlobject IF EXISTS "objectname" # eg NOTICE: table "foo" does not exist, skipping # diff --git a/src/test/regress/expected/create_index.out b/src/test/regress/expected/create_index.out index 8b9c8de73e195d35b857cface55647616b628084..7a2394e9d9d7c59f431844ba1b0a5d0c1dff2977 100755 --- a/src/test/regress/expected/create_index.out +++ b/src/test/regress/expected/create_index.out @@ -444,7 +444,7 @@ Indexes: "concur_index5" btree (f2) WHERE f1 = 'x'::text "concur_index6" btree ((f2 || f1)) "std_index" btree (f2) -Distributed by: (f1) +Distributed by: (dk) DROP TABLE concur_heap; --