Re: Bogus documentation for bogus geometric operators - Mailing list pgsql-hackers

From Pavel Borisov
Subject Re: Bogus documentation for bogus geometric operators
Date
Msg-id CALT9ZEG3f4dUO9oY5e_f01_YWgtca7J2Qa4ZsG-vz6KP6q7EjQ@mail.gmail.com
Whole thread Raw
In response to Re: Bogus documentation for bogus geometric operators  (Pavel Borisov <pashkin.elfe@gmail.com>)
Responses Re: Bogus documentation for bogus geometric operators  (Emre Hasegeli <emre@hasegeli.com>)
List pgsql-hackers
Emre, 

I've rebased and tested your proposed patch. It seems fine and sensible to me.
I have only one thing to note: as this patch doesn't disable <^ and >^ operator for boxes the existing state of documentation seem consistent to me:

select '((0,0),(1,1))'::box <<| '((0,1),(1,2))'::box; 
----------
 f

select '((0,0),(1,1))'::box <^ '((0,1),(1,2))'::box;
----------
 t

So I've only reverted the changes in the documentation on geometric functions in your patch.
PFA v3 of your patch. I'd mark it ready to commit if you agree.

Thank you!

--
Best regards,
Pavel Borisov

Postgres Professional: http://postgrespro.com
Attachment

pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Some doubious code in pgstat.c
Next
From: Magnus Hagander
Date:
Subject: Re: Move OpenSSL random under USE_OPENSSL_RANDOM