Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a4d04 commit e91555bCopy full SHA for e91555b
box.c
@@ -37,6 +37,7 @@ PG_FUNCTION_INFO_V1(spherebox_overlap_line_com_neg);
37
PG_FUNCTION_INFO_V1(spherebox_cont_path);
38
PG_FUNCTION_INFO_V1(spherebox_cont_path_neg);
39
PG_FUNCTION_INFO_V1(spherebox_cont_eq_path_com);
40
+PG_FUNCTION_INFO_V1(spherebox_cont_path_com);
41
PG_FUNCTION_INFO_V1(spherebox_cont_path_com_neg);
42
PG_FUNCTION_INFO_V1(spherebox_overlap_path);
43
PG_FUNCTION_INFO_V1(spherebox_overlap_path_neg);
0 commit comments