-
Notifications
You must be signed in to change notification settings - Fork 744
Closed
Labels
Milestone
Description
related to #8279
diff -dU10 -w /__w/citus/citus/src/test/regress/expected/multi_mx_hide_shard_names.out /__w/citus/citus/src/test/regress/results/multi_mx_hide_shard_names.out
--- /__w/citus/citus/src/test/regress/expected/multi_mx_hide_shard_names.out.modified 2025-10-17 11:46:12.512182101 +0000
+++ /__w/citus/citus/src/test/regress/results/multi_mx_hide_shard_names.out.modified 2025-10-17 11:46:12.526182131 +0000
@@ -116,25 +116,24 @@
LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
WHERE c.relname OPERATOR(pg_catalog.~) '^(test_table)$' COLLATE pg_catalog.default
AND pg_catalog.pg_table_is_visible(c.oid)
ORDER BY 2, 3;
QUERY PLAN
------------------------------------------------------------------------------------------------------------------------------------------
Sort
Sort Key: n.nspname, c.relname
-> Nested Loop Left Join
Join Filter: (n.oid = c.relnamespace)
- -> Index Scan using pg_class_relname_nsp_index on pg_class c
- Index Cond: (relname = 'test_table'::text)
+ -> Seq Scan on pg_class c
multi_mx_hide_shard_names is intended to mimc the \d implementation.