mirror of https://github.com/citusdata/citus.git
Style fixes
parent
922b943483
commit
89228fcb4a
|
@ -34,4 +34,4 @@ DROP FUNCTION citus_internal.delete_colocation_metadata(int);
|
|||
DROP FUNCTION citus_internal.delete_partition_metadata(regclass);
|
||||
DROP FUNCTION citus_internal.delete_placement_metadata(bigint);
|
||||
DROP FUNCTION citus_internal.delete_shard_metadata(bigint);
|
||||
DROP FUNCTION citus_internal.delete_tenant_schema(oid);
|
||||
DROP FUNCTION citus_internal.delete_tenant_schema(oid);
|
||||
|
|
|
@ -7,7 +7,7 @@ CREATE OR REPLACE FUNCTION citus_internal.delete_colocation_metadata(
|
|||
|
||||
COMMENT ON FUNCTION citus_internal.delete_colocation_metadata(int) IS
|
||||
'deletes a co-location group from pg_dist_colocation';
|
||||
|
||||
|
||||
CREATE OR REPLACE FUNCTION pg_catalog.citus_internal_delete_colocation_metadata(
|
||||
colocation_id int)
|
||||
RETURNS void
|
||||
|
|
|
@ -7,7 +7,7 @@ CREATE OR REPLACE FUNCTION citus_internal.delete_colocation_metadata(
|
|||
|
||||
COMMENT ON FUNCTION citus_internal.delete_colocation_metadata(int) IS
|
||||
'deletes a co-location group from pg_dist_colocation';
|
||||
|
||||
|
||||
CREATE OR REPLACE FUNCTION pg_catalog.citus_internal_delete_colocation_metadata(
|
||||
colocation_id int)
|
||||
RETURNS void
|
||||
|
|
Loading…
Reference in New Issue