mirror of https://github.com/citusdata/citus.git
parent
1bb6c7e95f
commit
85739b34bf
|
@ -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
|
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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue