normalization update

pull/7722/head
Mehmet Yilmaz 2024-11-07 09:35:58 +00:00
parent d177e4db76
commit 217a87c848
3 changed files with 7 additions and 4 deletions

1
citus-tools Submodule

@ -0,0 +1 @@
Subproject commit 3376bd6845f0614908ed304f5033bd644c82d3bf

View File

@ -309,3 +309,5 @@ s/permission denied to terminate process/must be a superuser to terminate superu
s/permission denied to cancel query/must be a superuser to cancel superuser query/g s/permission denied to cancel query/must be a superuser to cancel superuser query/g
#endif /* PG_VERSION_NUM < PG_VERSION_16 */ #endif /* PG_VERSION_NUM < PG_VERSION_16 */
s/DEBUG: drop auto-cascades to type public\.pg_temp_[0-9]\+/DEBUG: drop auto-cascades to type public.pg_temp_xxxxx/g

View File

@ -1469,8 +1469,8 @@ CREATE MATERIALIZED VIEW mv_articles_hash_mx AS
SELECT * FROM articles_hash_mx WHERE author_id = 1; SELECT * FROM articles_hash_mx WHERE author_id = 1;
DEBUG: Creating router plan DEBUG: Creating router plan
DEBUG: query has a single distribution column value: 1 DEBUG: query has a single distribution column value: 1
DEBUG: drop auto-cascades to type public.pg_temp_25895 DEBUG: drop auto-cascades to type public.pg_temp_xxxxx
DEBUG: drop auto-cascades to type public.pg_temp_25895[] DEBUG: drop auto-cascades to type public.pg_temp_xxxxx[]
SELECT * FROM mv_articles_hash_mx; SELECT * FROM mv_articles_hash_mx;
id | author_id | title | word_count id | author_id | title | word_count
--------------------------------------------------------------------- ---------------------------------------------------------------------
@ -1487,8 +1487,8 @@ SET client_min_messages to 'DEBUG2';
CREATE MATERIALIZED VIEW mv_articles_hash_mx_error AS CREATE MATERIALIZED VIEW mv_articles_hash_mx_error AS
SELECT * FROM articles_hash_mx WHERE author_id in (1,2); SELECT * FROM articles_hash_mx WHERE author_id in (1,2);
DEBUG: Router planner cannot handle multi-shard select queries DEBUG: Router planner cannot handle multi-shard select queries
DEBUG: drop auto-cascades to type public.pg_temp_25902 DEBUG: drop auto-cascades to type public.pg_temp_xxxxx
DEBUG: drop auto-cascades to type public.pg_temp_25902[] DEBUG: drop auto-cascades to type public.pg_temp_xxxxx[]
INSERT INTO articles_hash_mx VALUES (51, 1, 'amateus', 1814); INSERT INTO articles_hash_mx VALUES (51, 1, 'amateus', 1814);
DEBUG: Creating router plan DEBUG: Creating router plan
DEBUG: query has a single distribution column value: 1 DEBUG: query has a single distribution column value: 1