diff --git a/src/test/regress/expected/columnar_citus_integration.out b/src/test/regress/expected/columnar_citus_integration.out index aa7180cad..582945bae 100644 --- a/src/test/regress/expected/columnar_citus_integration.out +++ b/src/test/regress/expected/columnar_citus_integration.out @@ -259,7 +259,7 @@ NOTICE: renaming the new table to columnar_citus_integration.table_option (1 row) SELECT * FROM pg_dist_partition WHERE logicalrelid = 'table_option'::regclass; - logicalrelid | partmethod | partkey | colocationid | repmodel + logicalrelid | partmethod | partkey | colocationid | repmodel | autoconverted --------------------------------------------------------------------- (0 rows) @@ -578,7 +578,7 @@ NOTICE: renaming the new table to columnar_citus_integration.table_option (1 row) SELECT * FROM pg_dist_partition WHERE logicalrelid = 'table_option'::regclass; - logicalrelid | partmethod | partkey | colocationid | repmodel + logicalrelid | partmethod | partkey | colocationid | repmodel | autoconverted --------------------------------------------------------------------- (0 rows) @@ -817,7 +817,7 @@ NOTICE: renaming the new table to columnar_citus_integration.table_option_refer (1 row) SELECT * FROM pg_dist_partition WHERE logicalrelid = 'table_option_reference'::regclass; - logicalrelid | partmethod | partkey | colocationid | repmodel + logicalrelid | partmethod | partkey | colocationid | repmodel | autoconverted --------------------------------------------------------------------- (0 rows) @@ -1051,7 +1051,7 @@ NOTICE: renaming the new table to columnar_citus_integration.table_option_citus (1 row) SELECT * FROM pg_dist_partition WHERE logicalrelid = 'table_option_citus_local'::regclass; - logicalrelid | partmethod | partkey | colocationid | repmodel + logicalrelid | partmethod | partkey | colocationid | repmodel | autoconverted --------------------------------------------------------------------- (0 rows) diff --git a/src/test/regress/expected/failure_add_disable_node.out b/src/test/regress/expected/failure_add_disable_node.out index 051ebb7b0..8780575e7 100644 --- a/src/test/regress/expected/failure_add_disable_node.out +++ b/src/test/regress/expected/failure_add_disable_node.out @@ -23,7 +23,7 @@ ORDER BY 1, 2; -- verify there are no tables that could prevent add/remove node operations SELECT * FROM pg_dist_partition; - logicalrelid | partmethod | partkey | colocationid | repmodel + logicalrelid | partmethod | partkey | colocationid | repmodel | autoconverted --------------------------------------------------------------------- (0 rows)