From 73b7157e809d076160bbbd7a4a987267b907c38e Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Sun, 24 Sep 2023 16:03:45 +0300 Subject: [PATCH] Update create_distributed_table_concurrently.out --- .../regress/expected/create_distributed_table_concurrently.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/expected/create_distributed_table_concurrently.out b/src/test/regress/expected/create_distributed_table_concurrently.out index 3353a2648..579373af8 100644 --- a/src/test/regress/expected/create_distributed_table_concurrently.out +++ b/src/test/regress/expected/create_distributed_table_concurrently.out @@ -47,7 +47,7 @@ select create_distributed_table('dist_1', 'a'); set citus.shard_replication_factor to 1; create table dist_2(a int); select create_distributed_table_concurrently('dist_2', 'a', colocate_with=>'dist_1'); -ERROR: cannot create a replicated distributed a table concurrently +ERROR: cannot create a replicated distributed table concurrently begin; select create_distributed_table_concurrently('test','key'); ERROR: create_distributed_table_concurrently cannot run inside a transaction block