Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e91555b

Browse files
author
Markus Nullmeier
committed
add missing PG_FUNCTION_INFO_V1 found by building with PG 10
1 parent 67a4d04 commit e91555b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

box.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ PG_FUNCTION_INFO_V1(spherebox_overlap_line_com_neg);
3737
PG_FUNCTION_INFO_V1(spherebox_cont_path);
3838
PG_FUNCTION_INFO_V1(spherebox_cont_path_neg);
3939
PG_FUNCTION_INFO_V1(spherebox_cont_eq_path_com);
40+
PG_FUNCTION_INFO_V1(spherebox_cont_path_com);
4041
PG_FUNCTION_INFO_V1(spherebox_cont_path_com_neg);
4142
PG_FUNCTION_INFO_V1(spherebox_overlap_path);
4243
PG_FUNCTION_INFO_V1(spherebox_overlap_path_neg);

0 commit comments

Comments
 (0)