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

Commit915cee4

Browse files
committed
Properly mark initRectBox() as taking 'void' args
Was part of box type in SP-GiST index patch.Reported-by: Emre Hasegeli
1 parentc8e81af commit915cee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/geo_spgist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ getRangeBox(BOX *box)
171171
* initialize the struct to cover the whole 4D space.
172172
*/
173173
staticRectBox*
174-
initRectBox()
174+
initRectBox(void)
175175
{
176176
RectBox*rect_box= (RectBox*)palloc(sizeof(RectBox));
177177
doubleinfinity=get_float8_infinity();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp