mirror of https://github.com/citusdata/citus.git
parent
48b5d15741
commit
7d18488676
|
@ -1,6 +1,6 @@
|
||||||
DROP FUNCTION master_update_shard_statistics(shard_id bigint);
|
DROP FUNCTION IF EXISTS public.master_update_shard_statistics(shard_id bigint);
|
||||||
|
|
||||||
CREATE FUNCTION pg_catalog.master_update_shard_statistics(shard_id bigint)
|
CREATE OR REPLACE FUNCTION pg_catalog.master_update_shard_statistics(shard_id bigint)
|
||||||
RETURNS bigint
|
RETURNS bigint
|
||||||
LANGUAGE C STRICT
|
LANGUAGE C STRICT
|
||||||
AS 'MODULE_PATHNAME', $$master_update_shard_statistics$$;
|
AS 'MODULE_PATHNAME', $$master_update_shard_statistics$$;
|
||||||
|
|
Loading…
Reference in New Issue