You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/pre_install/types.functions.sql
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,5 +56,5 @@ CREATE OR REPLACE FUNCTION _timescaledb_functions.dimension_info_out(_timescaled
56
56
57
57
58
58
-- Type for bloom filters used by the sparse indexes on compressed hypertables.
59
-
CREATE OR REPLACEFUNCTION_timescaledb_functions.bloom1in(cstring) RETURNS _timescaledb_internal.bloom1AS'byteain' LANGUAGE INTERNAL IMMUTABLE PARALLEL SAFE;
60
-
CREATE OR REPLACEFUNCTION_timescaledb_functions.bloom1out(_timescaledb_internal.bloom1) RETURNS cstring AS'byteaout' LANGUAGE INTERNAL IMMUTABLE PARALLEL SAFE;
59
+
CREATE OR REPLACEFUNCTION_timescaledb_functions.bloom1in(cstring) RETURNS _timescaledb_internal.bloom1AS'byteain' LANGUAGE INTERNAL STRICT IMMUTABLE PARALLEL SAFE;
60
+
CREATE OR REPLACEFUNCTION_timescaledb_functions.bloom1out(_timescaledb_internal.bloom1) RETURNS cstring AS'byteaout' LANGUAGE INTERNAL STRICT IMMUTABLE PARALLEL SAFE;
0 commit comments