Fix style of UDF

velioglu/wo_seq_test_1
Burak Velioglu 2022-01-13 12:51:45 +03:00
parent 718a864232
commit d84e1c1835
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
3 changed files with 5 additions and 4 deletions

View File

@ -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';

View File

@ -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';

View File

@ -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