mirror of https://github.com/citusdata/citus.git
parent
ab7c3b7804
commit
23d5207701
|
@ -1 +0,0 @@
|
|||
Subproject commit 3376bd6845f0614908ed304f5033bd644c82d3bf
|
|
@ -2718,10 +2718,7 @@ USING pg_catalog.pg_class AS ref_0
|
|||
ON target_0.id = ref_0.relpages
|
||||
WHEN NOT MATCHED THEN DO NOTHING;
|
||||
ERROR: MERGE INTO an distributed table from Postgres table is not yet supported
|
||||
-- Step 5: Cleanup
|
||||
DROP TABLE non_dist_table_12345;
|
||||
ERROR: table "non_dist_table_12345" does not exist
|
||||
DROP TABLE dist_table_67890 CASCADE;
|
||||
\c - - - :master_port
|
||||
-- End of Issue #7846
|
||||
\set VERBOSITY terse
|
||||
SET client_min_messages TO WARNING;
|
||||
|
|
|
@ -1479,10 +1479,7 @@ USING pg_catalog.pg_class AS ref_0
|
|||
ON target_0.id = ref_0.relpages
|
||||
WHEN NOT MATCHED THEN DO NOTHING;
|
||||
|
||||
-- Step 5: Cleanup
|
||||
DROP TABLE non_dist_table_12345;
|
||||
DROP TABLE dist_table_67890 CASCADE;
|
||||
|
||||
\c - - - :master_port
|
||||
-- End of Issue #7846
|
||||
|
||||
\set VERBOSITY terse
|
||||
|
|
Loading…
Reference in New Issue