Skip to content

Commit 915cee4

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 parent c8e81af commit 915cee4

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
static RectBox *
174-
initRectBox()
174+
initRectBox(void)
175175
{
176176
RectBox *rect_box = (RectBox *) palloc(sizeof(RectBox));
177177
double infinity = get_float8_infinity();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy