mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Properly mark initRectBox() as taking 'void' args
Was part of box type in SP-GiST index patch. Reported-by: Emre Hasegeli
This commit is contained in:
parent
c8e81afc60
commit
915cee4595
@ -171,7 +171,7 @@ getRangeBox(BOX *box)
|
||||
* initialize the struct to cover the whole 4D space.
|
||||
*/
|
||||
static RectBox *
|
||||
initRectBox()
|
||||
initRectBox(void)
|
||||
{
|
||||
RectBox *rect_box = (RectBox *) palloc(sizeof(RectBox));
|
||||
double infinity = get_float8_infinity();
|
||||
|
Loading…
Reference in New Issue
Block a user