Re: range_adjacent and discrete ranges

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: Florian Pflug <fgp@phlo.org>
Cc: pgsql-hackers@postgresql.org
Date: 2011-11-18T16:58:49Z
Lists: pgsql-hackers
On Fri, 2011-11-18 at 13:32 +0100, Florian Pflug wrote:
> That information, however, *is* already contained in the canonical
> functions, because those function know that (2,3) are empty as an integer
> range, but non-empty as a float range.

Very good point. Thank you.

Regards,
	Jeff Davis