mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue