Skip to content

Commit

Permalink
or replace
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Jan 30, 2025
1 parent f8b4846 commit 4026345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/sparse_index.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE FUNCTION _timescaledb_functions.ts_bloom1_matches(bytea, anyelement)
CREATE OR REPLACE FUNCTION _timescaledb_functions.ts_bloom1_matches(bytea, anyelement)
RETURNS bool
AS '@MODULE_PATHNAME@', 'ts_bloom1_matches'
LANGUAGE C IMMUTABLE STRICT;
2 changes: 1 addition & 1 deletion sql/updates/latest-dev.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE FUNCTION _timescaledb_functions.ts_bloom1_matches(bytea, anyelement)
CREATE OR REPLACE FUNCTION _timescaledb_functions.ts_bloom1_matches(bytea, anyelement)
RETURNS bool
AS '@MODULE_PATHNAME@', 'ts_bloom1_matches'
LANGUAGE C IMMUTABLE STRICT;
Expand Down

0 comments on commit 4026345

Please sign in to comment.