Fix pg17 test (#7857)

error merged in
ab7c3b7804
pull/7922/head
Naisila Puka 2025-01-22 12:54:52 +03:00 committed by naisila
parent 1bb6c7e95f
commit 85739b34bf
3 changed files with 2 additions and 9 deletions

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

View File

@ -2718,10 +2718,7 @@ USING pg_catalog.pg_class AS ref_0
ON target_0.id = ref_0.relpages ON target_0.id = ref_0.relpages
WHEN NOT MATCHED THEN DO NOTHING; WHEN NOT MATCHED THEN DO NOTHING;
ERROR: MERGE INTO an distributed table from Postgres table is not yet supported ERROR: MERGE INTO an distributed table from Postgres table is not yet supported
-- Step 5: Cleanup \c - - - :master_port
DROP TABLE non_dist_table_12345;
ERROR: table "non_dist_table_12345" does not exist
DROP TABLE dist_table_67890 CASCADE;
-- End of Issue #7846 -- End of Issue #7846
\set VERBOSITY terse \set VERBOSITY terse
SET client_min_messages TO WARNING; SET client_min_messages TO WARNING;

View File

@ -1479,10 +1479,7 @@ USING pg_catalog.pg_class AS ref_0
ON target_0.id = ref_0.relpages ON target_0.id = ref_0.relpages
WHEN NOT MATCHED THEN DO NOTHING; WHEN NOT MATCHED THEN DO NOTHING;
-- Step 5: Cleanup \c - - - :master_port
DROP TABLE non_dist_table_12345;
DROP TABLE dist_table_67890 CASCADE;
-- End of Issue #7846 -- End of Issue #7846
\set VERBOSITY terse \set VERBOSITY terse