diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-11-18 16:46:29 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-11-18 16:46:29 -0500 |
commit | c4adfc21cbae47f71624a87008073503308c2393 (patch) | |
tree | be44bec00f1f872c873d1c443472ec5c9a7b4de6 /src/backend/executor/nodeFunctionscan.c | |
parent | 6313995c27f915333cc3c7aad521afda22a7ce48 (diff) | |
download | postgresql-c4adfc21cbae47f71624a87008073503308c2393.tar.gz postgresql-c4adfc21cbae47f71624a87008073503308c2393.zip |
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
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions