Skip to content

Commit af7128d

Browse files
committed
make function is_operator_supported() strict
1 parent e76dd52 commit af7128d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ CREATE OR REPLACE FUNCTION @[email protected]_operator_supported(
862862
type_oid OID,
863863
opname TEXT)
864864
RETURNS BOOLEAN AS 'pg_pathman', 'is_operator_supported'
865-
LANGUAGE C;
865+
LANGUAGE C STRICT;
866866

867867

868868
/*

0 commit comments

Comments
 (0)