diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-11-18 16:46:30 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-11-18 16:46:30 -0500 |
commit | a96e2252833542ab8f79eb27a23941ab8cf0d7d1 (patch) | |
tree | 16d27ef8aeda65812fd78e406ddbbab83ec8b7cf /src/backend/executor/nodeAgg.c | |
parent | 0d9243903edc6940e44995c0d8d0956ad605d265 (diff) | |
download | postgresql-a96e2252833542ab8f79eb27a23941ab8cf0d7d1.tar.gz postgresql-a96e2252833542ab8f79eb27a23941ab8cf0d7d1.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/nodeAgg.c')
0 files changed, 0 insertions, 0 deletions