mirror of https://github.com/citusdata/citus.git
Fix style of UDF
parent
718a864232
commit
d84e1c1835
|
@ -2,6 +2,6 @@ CREATE FUNCTION pg_catalog.worker_drop_distributed_table_only(table_name text)
|
|||
RETURNS VOID
|
||||
LANGUAGE C STRICT
|
||||
AS 'MODULE_PATHNAME', $$worker_drop_distributed_table_only$$;
|
||||
|
||||
|
||||
COMMENT ON FUNCTION worker_drop_distributed_table_only(table_name text)
|
||||
IS 'drop the distributed table only without the metadata';
|
||||
IS 'drop the distributed table only without the metadata';
|
||||
|
|
|
@ -2,6 +2,6 @@ CREATE FUNCTION pg_catalog.worker_drop_distributed_table_only(table_name text)
|
|||
RETURNS VOID
|
||||
LANGUAGE C STRICT
|
||||
AS 'MODULE_PATHNAME', $$worker_drop_distributed_table_only$$;
|
||||
|
||||
|
||||
COMMENT ON FUNCTION worker_drop_distributed_table_only(table_name text)
|
||||
IS 'drop the distributed table only without the metadata';
|
||||
IS 'drop the distributed table only without the metadata';
|
||||
|
|
|
@ -508,6 +508,7 @@ NOTICE: create_citus_local_table is deprecated in favour of citus_add_local_tab
|
|||
|
||||
(1 row)
|
||||
|
||||
RESET citus.enable_object_propagation;
|
||||
-- downgrade from 9.5-1 to 9.4-1 should fail as we have a citus local table
|
||||
ALTER EXTENSION citus UPDATE TO '9.4-1';
|
||||
ERROR: citus local tables are introduced in Citus 9.5
|
||||
|
|
Loading…
Reference in New Issue