Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45f85fa

Browse files
committed
pathman: fixed an issue with comparison func result type
1 parent4a5dc45 commit45f85fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pg_pathman/pl_funcs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ check_overlap(PG_FUNCTION_ARGS)
352352
ranges= (RangeEntry*)dsm_array_get_pointer(&rangerel->ranges);
353353
for (i=0;i<rangerel->ranges.length;i++)
354354
{
355-
boolc1=FunctionCall2(&cmp_func_1,p1,
355+
intc1=FunctionCall2(&cmp_func_1,p1,
356356
PATHMAN_GET_DATUM(ranges[i].max,byVal));
357-
boolc2=FunctionCall2(&cmp_func_2,p2,
357+
intc2=FunctionCall2(&cmp_func_2,p2,
358358
PATHMAN_GET_DATUM(ranges[i].min,byVal));
359359

360360
if (c1<0&&c2>0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp