Style fixes

pull/7473/head
eaydingol 2024-01-31 13:45:22 +00:00
parent 922b943483
commit 89228fcb4a
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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