diff options
Diffstat (limited to 'src/backend/access/spgist/spgquadtreeproc.c')
| -rw-r--r-- | src/backend/access/spgist/spgquadtreeproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/spgist/spgquadtreeproc.c b/src/backend/access/spgist/spgquadtreeproc.c index 5da265025e..e8fdc4990b 100644 --- a/src/backend/access/spgist/spgquadtreeproc.c +++ b/src/backend/access/spgist/spgquadtreeproc.c @@ -50,7 +50,7 @@ spg_quad_config(PG_FUNCTION_ARGS) * Points on one of the axes are taken to lie in the lowest-numbered * adjacent quadrant. */ -static int2 +static int16 getQuadrant(Point *centroid, Point *tst) { if ((SPTEST(point_above, tst, centroid) || |
