From 164c00cf08b85bce99815da59cddb78cb5c6864c Mon Sep 17 00:00:00 2001 From: SaitTalhaNisanci Date: Mon, 27 Apr 2020 16:32:46 +0300 Subject: [PATCH] Fix typo: longer visible -> no longer visible (#3803) --- .../commands/create_distributed_table.c | 2 +- src/test/regress/expected/ch_bench_having.out | 2 +- .../regress/expected/ch_bench_having_mx.out | 2 +- .../expected/coordinator_shouldhaveshards.out | 4 +-- .../expected/cte_nested_modification.out | 4 +-- .../regress/expected/cte_prepared_modify.out | 4 +-- .../expected/distributed_collations.out | 2 +- .../expected/expression_reference_join.out | 4 +-- .../failure_connection_establishment.out | 2 +- ...ure_create_distributed_table_non_empty.out | 4 +-- .../failure_create_reference_table.out | 8 ++--- .../failure_multi_shard_update_delete.out | 4 +-- .../foreign_key_restriction_enforcement.out | 4 +-- .../foreign_key_to_reference_table.out | 4 +-- .../regress/expected/local_shard_copy.out | 2 +- .../regress/expected/materialized_view.out | 4 +-- .../multi_alter_table_add_constraints.out | 2 +- .../regress/expected/multi_create_table.out | 8 ++--- .../expected/multi_create_table_superuser.out | 30 +++++++++---------- src/test/regress/expected/multi_multiuser.out | 6 ++-- .../expected/multi_mx_partitioning.out | 6 ++-- .../regress/expected/multi_partitioning.out | 14 ++++----- .../expected/multi_real_time_transaction.out | 4 +-- .../expected/multi_reference_table.out | 2 +- .../expected/multi_shard_update_delete.out | 6 ++-- src/test/regress/expected/multi_truncate.out | 12 ++++---- src/test/regress/expected/pg12.out | 10 +++---- src/test/regress/expected/pg_dump.out | 4 +-- .../expected/relation_access_tracking.out | 2 +- .../expected/replicated_partitioned_table.out | 6 ++-- .../expected/sequential_modifications.out | 2 +- .../expected/subquery_partitioning.out | 4 +-- .../regress/expected/upgrade_basic_after.out | 2 +- .../regress/expected/with_partitioning.out | 4 +-- .../regress/output/hyperscale_tutorial.source | 10 +++---- src/test/regress/output/multi_copy.source | 2 +- 36 files changed, 96 insertions(+), 96 deletions(-) diff --git a/src/backend/distributed/commands/create_distributed_table.c b/src/backend/distributed/commands/create_distributed_table.c index 4584afda8..0c6ec18b9 100644 --- a/src/backend/distributed/commands/create_distributed_table.c +++ b/src/backend/distributed/commands/create_distributed_table.c @@ -1345,7 +1345,7 @@ DoCopyFromLocalTableIntoShards(Relation distributedRelation, char *qualifiedRelationName = generate_qualified_relation_name(RelationGetRelid(distributedRelation)); ereport(NOTICE, (errmsg("copying the data has completed"), - errdetail("The local data in the table is longer visible, " + errdetail("The local data in the table is no longer visible, " "but is still on disk."), errhint("To remove the local data, run: SELECT " "truncate_local_data_after_distributing_table($$%s$$)", diff --git a/src/test/regress/expected/ch_bench_having.out b/src/test/regress/expected/ch_bench_having.out index eb641c309..6c713a06e 100644 --- a/src/test/regress/expected/ch_bench_having.out +++ b/src/test/regress/expected/ch_bench_having.out @@ -316,7 +316,7 @@ insert into stock VALUES SELECT create_distributed_table('stock','s_w_id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$ch_bench_having.stock$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/ch_bench_having_mx.out b/src/test/regress/expected/ch_bench_having_mx.out index 0dbc14e40..0ba516539 100644 --- a/src/test/regress/expected/ch_bench_having_mx.out +++ b/src/test/regress/expected/ch_bench_having_mx.out @@ -324,7 +324,7 @@ insert into stock VALUES SELECT create_distributed_table('stock','s_w_id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$ch_bench_having.stock$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/coordinator_shouldhaveshards.out b/src/test/regress/expected/coordinator_shouldhaveshards.out index fe88d9372..85cb4b95c 100644 --- a/src/test/regress/expected/coordinator_shouldhaveshards.out +++ b/src/test/regress/expected/coordinator_shouldhaveshards.out @@ -146,7 +146,7 @@ NOTICE: executing the copy locally for shard xxxxx NOTICE: Copying data from local table... NOTICE: executing the copy locally for shard xxxxx NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$coordinator_shouldhaveshards.dist_table$$) create_distributed_table --------------------------------------------------------------------- @@ -182,7 +182,7 @@ NOTICE: executing the copy locally for shard xxxxx NOTICE: Copying data from local table... NOTICE: executing the copy locally for shard xxxxx NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$coordinator_shouldhaveshards.dist_table$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/cte_nested_modification.out b/src/test/regress/expected/cte_nested_modification.out index 1f31f7bf9..80185ba64 100644 --- a/src/test/regress/expected/cte_nested_modification.out +++ b/src/test/regress/expected/cte_nested_modification.out @@ -5,7 +5,7 @@ INSERT INTO tt1 VALUES(1,2),(2,3),(3,4); SELECT create_distributed_table('tt1','id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$cte_nested_modifications.tt1$$) create_distributed_table --------------------------------------------------------------------- @@ -17,7 +17,7 @@ INSERT INTO tt2 VALUES(3,3),(4,4),(5,5); SELECT create_distributed_table('tt2','id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$cte_nested_modifications.tt2$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/cte_prepared_modify.out b/src/test/regress/expected/cte_prepared_modify.out index 6da772f4f..a69971a69 100644 --- a/src/test/regress/expected/cte_prepared_modify.out +++ b/src/test/regress/expected/cte_prepared_modify.out @@ -5,7 +5,7 @@ INSERT INTO tt1 VALUES(1,2),(2,3),(3,4); SELECT create_distributed_table('tt1','id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$cte_prepared_modify.tt1$$) create_distributed_table --------------------------------------------------------------------- @@ -17,7 +17,7 @@ INSERT INTO tt2 VALUES(3,3),(4,4),(5,5); SELECT create_distributed_table('tt2','id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$cte_prepared_modify.tt2$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/distributed_collations.out b/src/test/regress/expected/distributed_collations.out index b22b1b193..15e97db3b 100644 --- a/src/test/regress/expected/distributed_collations.out +++ b/src/test/regress/expected/distributed_collations.out @@ -36,7 +36,7 @@ INSERT INTO test_propagate VALUES (1, 'aesop', U&'\00E4sop'), (2, U&'Vo\1E9Er', SELECT create_distributed_table('test_propagate', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$collation_tests.test_propagate$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/expression_reference_join.out b/src/test/regress/expected/expression_reference_join.out index e0b8a09a8..d9893009d 100644 --- a/src/test/regress/expected/expression_reference_join.out +++ b/src/test/regress/expected/expression_reference_join.out @@ -14,7 +14,7 @@ INSERT INTO test VALUES SELECT create_reference_table('ref'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$expression_reference_join.ref$$) create_reference_table --------------------------------------------------------------------- @@ -24,7 +24,7 @@ HINT: To remove the local data, run: SELECT truncate_local_data_after_distribut SELECT create_distributed_table('test', 'x'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$expression_reference_join.test$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/failure_connection_establishment.out b/src/test/regress/expected/failure_connection_establishment.out index 93dbf1a10..7dda5514f 100644 --- a/src/test/regress/expected/failure_connection_establishment.out +++ b/src/test/regress/expected/failure_connection_establishment.out @@ -62,7 +62,7 @@ INSERT INTO r1 (id, name) VALUES SELECT create_reference_table('r1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$fail_connect.r1$$) create_reference_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/failure_create_distributed_table_non_empty.out b/src/test/regress/expected/failure_create_distributed_table_non_empty.out index 6b7ec6ae4..3a4fc6bd6 100644 --- a/src/test/regress/expected/failure_create_distributed_table_non_empty.out +++ b/src/test/regress/expected/failure_create_distributed_table_non_empty.out @@ -225,7 +225,7 @@ SELECT citus.mitmproxy('conn.onCommandComplete(command="COPY").kill()'); SELECT create_distributed_table('test_table', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$create_distributed_table_non_empty_failure.test_table$$) ERROR: failed to COPY to shard xxxxx on localhost:xxxxx SELECT count(*) FROM pg_dist_shard WHERE logicalrelid='create_distributed_table_non_empty_failure.test_table'::regclass; @@ -260,7 +260,7 @@ SELECT citus.mitmproxy('conn.onCommandComplete(command="COPY").cancel(' || pg_b SELECT create_distributed_table('test_table', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$create_distributed_table_non_empty_failure.test_table$$) ERROR: canceling statement due to user request SELECT count(*) FROM pg_dist_shard WHERE logicalrelid='create_distributed_table_non_empty_failure.test_table'::regclass; diff --git a/src/test/regress/expected/failure_create_reference_table.out b/src/test/regress/expected/failure_create_reference_table.out index bfb29cebf..37c4914ba 100644 --- a/src/test/regress/expected/failure_create_reference_table.out +++ b/src/test/regress/expected/failure_create_reference_table.out @@ -108,7 +108,7 @@ SELECT citus.mitmproxy('conn.onCommandComplete(command="COPY 3").kill()'); SELECT create_reference_table('ref_table'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$failure_reference_table.ref_table$$) ERROR: failed to COPY to shard xxxxx on localhost:xxxxx SELECT count(*) FROM pg_dist_shard_placement; @@ -127,7 +127,7 @@ SELECT citus.mitmproxy('conn.onCommandComplete(command="COPY 3").cancel(' || pg_ SELECT create_reference_table('ref_table'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$failure_reference_table.ref_table$$) ERROR: canceling statement due to user request SELECT count(*) FROM pg_dist_shard_placement; @@ -219,7 +219,7 @@ BEGIN; SELECT create_reference_table('ref_table'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$failure_reference_table.ref_table$$) create_reference_table --------------------------------------------------------------------- @@ -246,7 +246,7 @@ BEGIN; SELECT create_reference_table('ref_table'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$failure_reference_table.ref_table$$) create_reference_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/failure_multi_shard_update_delete.out b/src/test/regress/expected/failure_multi_shard_update_delete.out index 631e04807..15ff08a7d 100644 --- a/src/test/regress/expected/failure_multi_shard_update_delete.out +++ b/src/test/regress/expected/failure_multi_shard_update_delete.out @@ -427,7 +427,7 @@ CREATE TABLE t3 AS SELECT * FROM t2; SELECT create_distributed_table('t3', 'a'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$multi_shard.t3$$) create_distributed_table --------------------------------------------------------------------- @@ -527,7 +527,7 @@ CREATE TABLE t3 AS SELECT * FROM t2; SELECT create_distributed_table('t3', 'a'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$multi_shard.t3$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/foreign_key_restriction_enforcement.out b/src/test/regress/expected/foreign_key_restriction_enforcement.out index 41a6aa0cf..962871241 100644 --- a/src/test/regress/expected/foreign_key_restriction_enforcement.out +++ b/src/test/regress/expected/foreign_key_restriction_enforcement.out @@ -1273,7 +1273,7 @@ BEGIN; SELECT create_reference_table('test_table_1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$test_fkey_to_ref_in_tx.test_table_1$$) create_reference_table --------------------------------------------------------------------- @@ -1300,7 +1300,7 @@ BEGIN; SELECT create_reference_table('test_table_1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$test_fkey_to_ref_in_tx.test_table_1$$) create_reference_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/foreign_key_to_reference_table.out b/src/test/regress/expected/foreign_key_to_reference_table.out index d8be4cc53..aeca4a1b7 100644 --- a/src/test/regress/expected/foreign_key_to_reference_table.out +++ b/src/test/regress/expected/foreign_key_to_reference_table.out @@ -747,7 +747,7 @@ INSERT INTO referencing_table VALUES (1,1), (2,2), (3,3); SELECT create_reference_table('referenced_table'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$fkey_reference_table.referenced_table$$) create_reference_table --------------------------------------------------------------------- @@ -1309,7 +1309,7 @@ BEGIN; SELECT create_reference_table('test_table_1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$fkey_reference_table.test_table_1$$) create_reference_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/local_shard_copy.out b/src/test/regress/expected/local_shard_copy.out index 94edf18bc..3d201d27e 100644 --- a/src/test/regress/expected/local_shard_copy.out +++ b/src/test/regress/expected/local_shard_copy.out @@ -491,7 +491,7 @@ NOTICE: executing the command locally: SELECT worker_apply_shard_ddl_command (1 NOTICE: executing the copy locally for shard xxxxx NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$local_shard_copy.ref_table$$) create_reference_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/materialized_view.out b/src/test/regress/expected/materialized_view.out index f2d17804f..a8299e175 100644 --- a/src/test/regress/expected/materialized_view.out +++ b/src/test/regress/expected/materialized_view.out @@ -139,7 +139,7 @@ WHERE lineitem_local_to_hash_part.l_orderkey=orders_local_to_hash_part.o_orderke SELECT create_distributed_table('lineitem_local_to_hash_part', 'l_orderkey'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$materialized_view.lineitem_local_to_hash_part$$) create_distributed_table --------------------------------------------------------------------- @@ -149,7 +149,7 @@ HINT: To remove the local data, run: SELECT truncate_local_data_after_distribut SELECT create_distributed_table('orders_local_to_hash_part', 'o_orderkey'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$materialized_view.orders_local_to_hash_part$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/multi_alter_table_add_constraints.out b/src/test/regress/expected/multi_alter_table_add_constraints.out index 7949a39e0..a0700e790 100644 --- a/src/test/regress/expected/multi_alter_table_add_constraints.out +++ b/src/test/regress/expected/multi_alter_table_add_constraints.out @@ -561,7 +561,7 @@ SET search_path TO 'sc3'; SELECT create_distributed_table('alter_add_prim_key', 'x'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$sc3.alter_add_prim_key$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/multi_create_table.out b/src/test/regress/expected/multi_create_table.out index 4bd2a2f16..da1f2cf2d 100644 --- a/src/test/regress/expected/multi_create_table.out +++ b/src/test/regress/expected/multi_create_table.out @@ -202,7 +202,7 @@ HINT: Empty your table before distributing it. SELECT create_distributed_table('data_load_test', 'col1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.data_load_test$$) create_distributed_table --------------------------------------------------------------------- @@ -264,7 +264,7 @@ INSERT INTO data_load_test VALUES (132, 'hello'); SELECT create_distributed_table('data_load_test', 'col1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.data_load_test$$) create_distributed_table --------------------------------------------------------------------- @@ -288,7 +288,7 @@ INSERT INTO data_load_test1 VALUES (132, 'hello'); SELECT create_distributed_table('data_load_test1', 'col1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.data_load_test1$$) create_distributed_table --------------------------------------------------------------------- @@ -300,7 +300,7 @@ INSERT INTO data_load_test2 VALUES (132, 'world'); SELECT create_distributed_table('data_load_test2', 'col1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.data_load_test2$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/multi_create_table_superuser.out b/src/test/regress/expected/multi_create_table_superuser.out index d2f978150..5e8927546 100644 --- a/src/test/regress/expected/multi_create_table_superuser.out +++ b/src/test/regress/expected/multi_create_table_superuser.out @@ -238,7 +238,7 @@ INSERT INTO data_load_test VALUES (132, 'hello'); SELECT create_distributed_table('data_load_test', 'col1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.data_load_test$$) create_distributed_table --------------------------------------------------------------------- @@ -255,7 +255,7 @@ INSERT INTO data_load_test VALUES (132, 'hello'); SELECT create_distributed_table('data_load_test', 'col1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.data_load_test$$) create_distributed_table --------------------------------------------------------------------- @@ -271,7 +271,7 @@ INSERT INTO data_load_test VALUES (132, 'hello'); SELECT create_distributed_table('data_load_test', 'col1'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.data_load_test$$) create_distributed_table --------------------------------------------------------------------- @@ -289,7 +289,7 @@ ALTER TABLE data_load_test DROP COLUMN col1; SELECT create_distributed_table('data_load_test', 'col3'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.data_load_test$$) create_distributed_table --------------------------------------------------------------------- @@ -384,7 +384,7 @@ INSERT INTO rollback_table VALUES(3, 'Name_3'); SELECT create_distributed_table('rollback_table','id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.rollback_table$$) create_distributed_table --------------------------------------------------------------------- @@ -514,7 +514,7 @@ INSERT INTO tt1 VALUES(1); SELECT create_distributed_table('tt1','id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.tt1$$) create_distributed_table --------------------------------------------------------------------- @@ -573,7 +573,7 @@ CREATE TABLE stage_table (LIKE sample_table); SELECT create_distributed_table('stage_table', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.stage_table$$) create_distributed_table --------------------------------------------------------------------- @@ -647,7 +647,7 @@ insert into sc.ref SELECT s FROM generate_series(0, 100) s; SELECT create_reference_table('sc.ref'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$sc.ref$$) create_reference_table --------------------------------------------------------------------- @@ -659,7 +659,7 @@ insert into sc.hash SELECT s FROM generate_series(0, 100) s; SELECT create_distributed_table('sc.hash', 'a'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$sc.hash$$) create_distributed_table --------------------------------------------------------------------- @@ -675,7 +675,7 @@ insert into sc2.hash SELECT s FROM generate_series(0, 100) s; SELECT create_distributed_table('sc2.hash', 'a'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$sc2.hash$$) create_distributed_table --------------------------------------------------------------------- @@ -687,7 +687,7 @@ insert into sc2.ref SELECT s FROM generate_series(0, 100) s; SELECT create_reference_table('sc2.ref'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$sc2.ref$$) create_reference_table --------------------------------------------------------------------- @@ -731,7 +731,7 @@ ALTER TABLE alter_replica_table REPLICA IDENTITY USING INDEX alter_replica_table SELECT create_distributed_table('alter_replica_table', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$sc4.alter_replica_table$$) create_distributed_table --------------------------------------------------------------------- @@ -759,7 +759,7 @@ ALTER TABLE sc5.alter_replica_table REPLICA IDENTITY FULL; SELECT create_distributed_table('sc5.alter_replica_table', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$sc5.alter_replica_table$$) create_distributed_table --------------------------------------------------------------------- @@ -787,7 +787,7 @@ ALTER TABLE sc6.alter_replica_table REPLICA IDENTITY USING INDEX unique_idx; SELECT create_distributed_table('sc6.alter_replica_table', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$sc6.alter_replica_table$$) create_distributed_table --------------------------------------------------------------------- @@ -814,7 +814,7 @@ ALTER TABLE alter_replica_table REPLICA IDENTITY USING INDEX unique_idx; SELECT create_distributed_table('alter_replica_table', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.alter_replica_table$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/multi_multiuser.out b/src/test/regress/expected/multi_multiuser.out index fe624e513..2159ea2a7 100644 --- a/src/test/regress/expected/multi_multiuser.out +++ b/src/test/regress/expected/multi_multiuser.out @@ -379,7 +379,7 @@ RESET ROLE; SELECT create_distributed_table('my_table_with_data', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.my_table_with_data$$) create_distributed_table --------------------------------------------------------------------- @@ -409,7 +409,7 @@ SET ROLE read_access; SELECT create_distributed_table('my_role_table_with_data', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.my_role_table_with_data$$) create_distributed_table --------------------------------------------------------------------- @@ -568,7 +568,7 @@ RESET ROLE; SELECT create_distributed_table('full_access_user_schema.t1', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$full_access_user_schema.t1$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/multi_mx_partitioning.out b/src/test/regress/expected/multi_mx_partitioning.out index 54381d50b..3b4704abb 100644 --- a/src/test/regress/expected/multi_mx_partitioning.out +++ b/src/test/regress/expected/multi_mx_partitioning.out @@ -27,11 +27,11 @@ INSERT INTO partitioning_test_2010 VALUES (4, '2010-03-03'); SELECT create_distributed_table('partitioning_test', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.partitioning_test_2009$$) NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.partitioning_test_2010$$) create_distributed_table --------------------------------------------------------------------- @@ -141,7 +141,7 @@ INSERT INTO partitioning_test_2012 VALUES (6, '2012-07-07'); ALTER TABLE partitioning_test ATTACH PARTITION partitioning_test_2012 FOR VALUES FROM ('2012-01-01') TO ('2013-01-01'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.partitioning_test_2012$$) -- see from MX node, attached partition is distributed as well \c - - - :worker_1_port diff --git a/src/test/regress/expected/multi_partitioning.out b/src/test/regress/expected/multi_partitioning.out index db192e41e..18691286c 100644 --- a/src/test/regress/expected/multi_partitioning.out +++ b/src/test/regress/expected/multi_partitioning.out @@ -29,11 +29,11 @@ INSERT INTO partitioning_hash_test VALUES (4, 4); SELECT create_distributed_table('partitioning_test', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.partitioning_test_2009$$) NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.partitioning_test_2010$$) create_distributed_table --------------------------------------------------------------------- @@ -43,11 +43,11 @@ HINT: To remove the local data, run: SELECT truncate_local_data_after_distribut SELECT create_distributed_table('partitioning_hash_test', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.partitioning_hash_test_0$$) NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.partitioning_hash_test_1$$) create_distributed_table --------------------------------------------------------------------- @@ -170,7 +170,7 @@ INSERT INTO partitioning_test_2012 VALUES (6, '2012-07-07'); ALTER TABLE partitioning_test ATTACH PARTITION partitioning_test_2012 FOR VALUES FROM ('2012-01-01') TO ('2013-01-01'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.partitioning_test_2012$$) -- attached partition is distributed as well SELECT @@ -215,7 +215,7 @@ INSERT INTO partitioning_hash_test_2 VALUES (8, 5); ALTER TABLE partitioning_hash_test ATTACH PARTITION partitioning_hash_test_2 FOR VALUES WITH (MODULUS 3, REMAINDER 2); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.partitioning_hash_test_2$$) INSERT INTO partitioning_hash_test VALUES (9, 12); -- see the data is loaded to shards @@ -711,7 +711,7 @@ INSERT INTO partitioning_test_reference SELECT a, a FROM generate_series(1, 50) SELECT create_reference_table('partitioning_test_reference'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.partitioning_test_reference$$) create_reference_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/multi_real_time_transaction.out b/src/test/regress/expected/multi_real_time_transaction.out index ae836d170..cedaa205e 100644 --- a/src/test/regress/expected/multi_real_time_transaction.out +++ b/src/test/regress/expected/multi_real_time_transaction.out @@ -208,11 +208,11 @@ INSERT INTO partitioning_test VALUES (2, '2010-07-07'); SELECT create_distributed_table('partitioning_test', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$multi_real_time_transaction.partitioning_test_2009$$) NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$multi_real_time_transaction.partitioning_test_2010$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/multi_reference_table.out b/src/test/regress/expected/multi_reference_table.out index 68c30c422..81757d72b 100644 --- a/src/test/regress/expected/multi_reference_table.out +++ b/src/test/regress/expected/multi_reference_table.out @@ -6,7 +6,7 @@ INSERT INTO reference_table_test VALUES (1, 1.0, '1', '2016-12-01'); SELECT create_reference_table('reference_table_test'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.reference_table_test$$) create_reference_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/multi_shard_update_delete.out b/src/test/regress/expected/multi_shard_update_delete.out index 1119cde9b..0fa399de9 100644 --- a/src/test/regress/expected/multi_shard_update_delete.out +++ b/src/test/regress/expected/multi_shard_update_delete.out @@ -228,7 +228,7 @@ INSERT INTO tt1 VALUES (1,11), (3,15), (5,17), (6,19), (8,17), (2,12); SELECT create_distributed_table('tt1','id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.tt1_1120$$) create_distributed_table --------------------------------------------------------------------- @@ -345,7 +345,7 @@ INSERT INTO test_table_1 VALUES(3, '2111-01-12 08:35:19', 9); SELECT create_distributed_table('test_table_1', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.test_table_1$$) create_distributed_table --------------------------------------------------------------------- @@ -800,7 +800,7 @@ INSERT INTO test_table_2 VALUES(3, random()); SELECT create_distributed_table('test_table_2', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.test_table_2$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/multi_truncate.out b/src/test/regress/expected/multi_truncate.out index 98519b2d3..11837b6c2 100644 --- a/src/test/regress/expected/multi_truncate.out +++ b/src/test/regress/expected/multi_truncate.out @@ -308,7 +308,7 @@ INSERT INTO test_local_truncate VALUES (1,2); SELECT create_distributed_table('test_local_truncate', 'x', colocate_with => 'none'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$multi_truncate.test_local_truncate$$) create_distributed_table --------------------------------------------------------------------- @@ -347,7 +347,7 @@ INSERT INTO test_local_truncate VALUES (1,2); SELECT create_distributed_table('test_local_truncate', 'x', colocate_with => 'none'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$multi_truncate.test_local_truncate$$) create_distributed_table --------------------------------------------------------------------- @@ -395,7 +395,7 @@ DETAIL: This UDF only truncates local records of distributed tables. SELECT create_distributed_table('referenced_table', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$multi_truncate.referenced_table$$) create_distributed_table --------------------------------------------------------------------- @@ -410,7 +410,7 @@ DETAIL: Table "referencing_table" references "referenced_table" SELECT create_distributed_table('referencing_table', 'ref_id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$multi_truncate.referencing_table$$) create_distributed_table --------------------------------------------------------------------- @@ -485,7 +485,7 @@ INSERT INTO ref SELECT x,x FROM generate_series(1,10000) x; SELECT create_reference_table('ref'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$multi_truncate.ref$$) create_reference_table --------------------------------------------------------------------- @@ -525,7 +525,7 @@ INSERT INTO t1 VALUES(1,1); SELECT create_distributed_table('t1', 'a'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$multi_truncate.t1$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/pg12.out b/src/test/regress/expected/pg12.out index f7d51e098..704c6d4a2 100644 --- a/src/test/regress/expected/pg12.out +++ b/src/test/regress/expected/pg12.out @@ -37,7 +37,7 @@ insert into gen2 (id, val1) values (1,4),(3,6),(5,2),(7,2); select create_distributed_table('gen1', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$test_pg12.gen1$$) create_distributed_table --------------------------------------------------------------------- @@ -271,7 +271,7 @@ DETAIL: Key (key, collection_id)=(1, 1000) is not present in table "collections SELECT create_distributed_table('collections_list', 'key'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$test_pg12.collections_list_0$$) create_distributed_table --------------------------------------------------------------------- @@ -281,7 +281,7 @@ HINT: To remove the local data, run: SELECT truncate_local_data_after_distribut SELECT create_distributed_table('collection_users', 'key'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$test_pg12.collection_users$$) create_distributed_table --------------------------------------------------------------------- @@ -302,7 +302,7 @@ INSERT INTO test (x,y) SELECT i,i*3 from generate_series(1, 100) i; SELECT create_distributed_table('test', 'x'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$test_pg12.test$$) create_distributed_table --------------------------------------------------------------------- @@ -392,7 +392,7 @@ ERROR: Hash distributed partition columns may not use a non deterministic colla select create_distributed_table('col_test', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$test_pg12.col_test$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/pg_dump.out b/src/test/regress/expected/pg_dump.out index ab5cf5b33..5f3447a4b 100644 --- a/src/test/regress/expected/pg_dump.out +++ b/src/test/regress/expected/pg_dump.out @@ -59,7 +59,7 @@ drop cascades to table "weird.table" SELECT create_distributed_table('data', 'key'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$dumper.data$$) create_distributed_table --------------------------------------------------------------------- @@ -69,7 +69,7 @@ HINT: To remove the local data, run: SELECT truncate_local_data_after_distribut SELECT create_distributed_table('"weird.table"', 'key,'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$dumper."weird.table"$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/relation_access_tracking.out b/src/test/regress/expected/relation_access_tracking.out index f6664f408..cdaaeb7f6 100644 --- a/src/test/regress/expected/relation_access_tracking.out +++ b/src/test/regress/expected/relation_access_tracking.out @@ -972,7 +972,7 @@ BEGIN; SELECT create_distributed_table('table_3', 'key'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$access_tracking.table_3$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/replicated_partitioned_table.out b/src/test/regress/expected/replicated_partitioned_table.out index e57fe41c3..f5adc40ca 100644 --- a/src/test/regress/expected/replicated_partitioned_table.out +++ b/src/test/regress/expected/replicated_partitioned_table.out @@ -28,11 +28,11 @@ INSERT INTO collections (key, ts, collection_id, value) VALUES (4, '2009-01-01', SELECT create_distributed_table('collections', 'key'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$partitioned_table_replicated.collections_1$$) NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$partitioned_table_replicated.collections_2$$) create_distributed_table --------------------------------------------------------------------- @@ -48,7 +48,7 @@ INSERT INTO collections_4 SELECT i, '2009-01-01', 4, i FROM generate_series (0, ALTER TABLE collections ATTACH PARTITION collections_4 FOR VALUES IN ( 4 ); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$partitioned_table_replicated.collections_4$$) -- finally attach a distributed table to a distributed table CREATE TABLE collections_5 AS SELECT * FROM collections LIMIT 0; diff --git a/src/test/regress/expected/sequential_modifications.out b/src/test/regress/expected/sequential_modifications.out index 4c58f8e3b..caad2f43e 100644 --- a/src/test/regress/expected/sequential_modifications.out +++ b/src/test/regress/expected/sequential_modifications.out @@ -294,7 +294,7 @@ INSERT INTO test_seq_truncate SELECT i FROM generate_series(0, 100) i; SELECT create_distributed_table('test_seq_truncate', 'a'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$test_seq_ddl.test_seq_truncate$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/subquery_partitioning.out b/src/test/regress/expected/subquery_partitioning.out index 116368009..80ea4478a 100644 --- a/src/test/regress/expected/subquery_partitioning.out +++ b/src/test/regress/expected/subquery_partitioning.out @@ -19,11 +19,11 @@ SET citus.shard_replication_factor TO 1; SELECT create_distributed_table('partitioning_test', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$subquery_and_partitioning.partitioning_test_2010$$) NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$subquery_and_partitioning.partitioning_test_2017$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/upgrade_basic_after.out b/src/test/regress/expected/upgrade_basic_after.out index cf3eeb880..15ef5bff5 100644 --- a/src/test/regress/expected/upgrade_basic_after.out +++ b/src/test/regress/expected/upgrade_basic_after.out @@ -208,7 +208,7 @@ SELECT * FROM t2 ORDER BY a; SELECT create_distributed_table('t2', 'a'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$upgrade_basic.t2$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/expected/with_partitioning.out b/src/test/regress/expected/with_partitioning.out index 77d71294a..f7377cc35 100644 --- a/src/test/regress/expected/with_partitioning.out +++ b/src/test/regress/expected/with_partitioning.out @@ -16,11 +16,11 @@ INSERT INTO partitioning_test_2010 VALUES (4, '2010-03-03'); SELECT create_distributed_table('with_partitioning.partitioning_test', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$with_partitioning.partitioning_test_2010$$) NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$with_partitioning.partitioning_test_2017$$) create_distributed_table --------------------------------------------------------------------- diff --git a/src/test/regress/output/hyperscale_tutorial.source b/src/test/regress/output/hyperscale_tutorial.source index fc2cce1a2..6fd59dbba 100644 --- a/src/test/regress/output/hyperscale_tutorial.source +++ b/src/test/regress/output/hyperscale_tutorial.source @@ -206,7 +206,7 @@ CREATE TABLE impressions ( SELECT create_distributed_table('companies', 'id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.companies$$) create_distributed_table -------------------------- @@ -216,7 +216,7 @@ HINT: To remove the local data, run: SELECT truncate_local_data_after_distribut SELECT create_distributed_table('campaigns', 'company_id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.campaigns$$) create_distributed_table -------------------------- @@ -226,7 +226,7 @@ HINT: To remove the local data, run: SELECT truncate_local_data_after_distribut SELECT create_distributed_table('ads', 'company_id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.ads$$) create_distributed_table -------------------------- @@ -236,7 +236,7 @@ HINT: To remove the local data, run: SELECT truncate_local_data_after_distribut SELECT create_distributed_table('clicks', 'company_id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.clicks$$) create_distributed_table -------------------------- @@ -246,7 +246,7 @@ HINT: To remove the local data, run: SELECT truncate_local_data_after_distribut SELECT create_distributed_table('impressions', 'company_id'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.impressions$$) create_distributed_table -------------------------- diff --git a/src/test/regress/output/multi_copy.source b/src/test/regress/output/multi_copy.source index e8f68f43d..2b019502f 100644 --- a/src/test/regress/output/multi_copy.source +++ b/src/test/regress/output/multi_copy.source @@ -981,7 +981,7 @@ SELECT 1 AS a, s AS b, s AS c, s AS d, s AS e, s AS f, s AS g, s AS h FROM gener SELECT create_distributed_table('trigger_flush','a'); NOTICE: Copying data from local table... NOTICE: copying the data has completed -DETAIL: The local data in the table is longer visible, but is still on disk. +DETAIL: The local data in the table is no longer visible, but is still on disk. HINT: To remove the local data, run: SELECT truncate_local_data_after_distributing_table($$public.trigger_flush$$) create_distributed_table ---------------------------------------------------------------------