BUG #6675: Box overlap with infinity edge

From: jeremie(dot)thomassey(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6675: Box overlap with infinity edge
Date: 2012-06-05 07:15:22
Message-ID: E1Sbnz8-0003X0-Hs@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6675
Logged by: Thomassey J
Email address: jeremie(dot)thomassey(at)gmail(dot)com
PostgreSQL version: 9.1.4
Operating system: Ubuntu 10.04.4 LTS
Description:

Hi,

I can't understand this result :

SELECT box '((1,1),(infinity, 1))' && box '((2, 1),(infinity, 1))';
?column?
---------
f

Isn't it supposed to return true? The documentation doesn't really say
anything about infinite edge.

Thanks.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message jo 2012-06-05 07:16:22 Re: BUG #6669: unique index w/ multiple columns and NULLs
Previous Message Tom Lane 2012-06-05 00:48:09 Re: control character check in JSON type seems broken