Re: Bogus documentation for bogus geometric operators
Emre Hasegeli <emre@hasegeli.com>
From: Emre Hasegeli <emre@hasegeli.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-09-07T10:50:17Z
Lists: pgsql-hackers
Attachments
- 0001-Add-and-operators-for-points-v02.patch (application/octet-stream) patch v2-0001
> Emre, the CF bot complains that this does not apply anymore, so please > provide a rebase. By the way, I am a bit confused to see a patch > that adds new operators on a thread whose subject is about > documentation. Rebased version is attached. The subject is about the documentation, but the post reveals inconsistencies of the operators. Tom Lane fixed the documentation on the back branches. The new patch is to fix the operators on the master only.
Commits
-
Rename the "point is strictly above/below point" comparison operators.
- 0cc993278888 14.0 landed
-
Remove deprecated containment operators for built-in types
- 2f70fdb0644c 14.0 cited