Fix compiler warning in rangetypes_spgist.c.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a96e2252833542ab8f79eb27a23941ab8cf0d7d1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-11-18T21:46:30Z
Releases: 9.6.7
Fix compiler warning in rangetypes_spgist.c.

On gcc 7.2.0, comparing pointer to (Datum) 0 produces a warning.
Treat it as a simple pointer to avoid that; this is more consistent
with comparable code elsewhere, anyway.

Tomas Vondra

Discussion: https://postgr.es/m/99410021-61ef-9a9a-9bc8-f733ece637ee@2ndquadrant.com

Files

PathChange+/−
src/backend/utils/adt/rangetypes_spgist.c modified +1 −1

Discussion