Re: GiST index build versus NaN coordinates - Mailing list pgsql-hackers

From Andreas Seltenreich
Subject Re: GiST index build versus NaN coordinates
Date
Msg-id 87d1md1xji.fsf@credativ.de
Whole thread Raw
In response to Re: GiST index build versus NaN coordinates  (Andreas Seltenreich <seltenreich@gmx.de>)
Responses Re: GiST index build versus NaN coordinates  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:

> Sounds like some fuzz testing with nan/infinity is in order.

related fallout: close_ps returns a NULL pointer with NaNs around:

select close_ps('(nan,nan)', '(nan,nan),(nan,nan)');
-- TRAP: FailedAssertion("!(result != ((void *)0))", File: "geo_ops.c", Line: 2860)

regards,
Andreas



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [BUG] pg_basebackup from disconnected standby fails
Next
From: Stephen Frost
Date:
Subject: Re: Regression tests vs existing users in an installation