We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d92439 commit a96e225Copy full SHA for a96e225
src/backend/utils/adt/rangetypes_spgist.c
@@ -563,7 +563,7 @@ spg_range_quad_inner_consistent(PG_FUNCTION_ARGS)
563
* for lower or upper bounds to be adjacent. Deserialize
564
* previous centroid range if present for checking this.
565
*/
566
- if (in->traversalValue != (Datum) 0)
+ if (in->traversalValue)
567
{
568
prevCentroid = DatumGetRangeType(in->traversalValue);
569
range_deserialize(typcache, prevCentroid,
0 commit comments