Skip to content

Commit

Permalink
Fix invalid DROP statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunklau committed May 16, 2024
1 parent a2bb2f3 commit 1f675a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/aiven_extras.sql
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ CREATE FUNCTION aiven_extras.pg_create_logical_replication_slot_on_standby(
AS 'MODULE_PATHNAME', 'standby_slot_create'
LANGUAGE C;

DROP FUNCTION IF EXISTS aiven_extras.aiven_truncate_freespace_map(regclass);
DROP FUNCTION IF EXISTS aiven_extras.truncate_freespace_map(regclass);
CREATE FUNCTION aiven_extras.truncate_freespace_map(regclass)
RETURNS void
AS 'MODULE_PATHNAME', 'aiven_truncate_freespace_map'
Expand Down

0 comments on commit 1f675a5

Please sign in to comment.