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 | 52f63bd916184b5f07130c293475d0cf4f202a86 (patch) | |
tree | 701c2514ebead9180482b51e0c2a32d865e673db /src/backend/executor/execParallel.c | |
parent | 4797f9b519995ceca5d6b8550b5caa2ff6d19347 (diff) | |
download | postgresql-52f63bd916184b5f07130c293475d0cf4f202a86.tar.gz postgresql-52f63bd916184b5f07130c293475d0cf4f202a86.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/execParallel.c')
0 files changed, 0 insertions, 0 deletions