Properly mark initRectBox() as taking 'void' args

Was part of box type in SP-GiST index patch.

Reported-by: Emre Hasegeli
pull/12/head
Bruce Momjian 10 years ago
parent c8e81afc60
commit 915cee4595
  1. 2
      src/backend/utils/adt/geo_spgist.c

@ -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…
Cancel
Save