From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix support for some operators (&<, &>, $<|, |&>) in box operato |
Date: | 2017-03-21 13:23:37 |
Message-ID: | E1cqJlB-0000n4-GO@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix support for some operators (&<, &>, $<|, |&>) in box operator class
of SP-GiST.
Bug exists since initial commit of box opclass for SP-GiST,
so backpath to 9.6
Author: Nikita Glukhov with minor editorization of tests by me
Reviewed-by: Kyotaro Horiguchi, Anastasia Lubennikova
https://commitfest.postgresql.org/13/981/
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/d5286aa905c9173b3fc4f911682089149bd3caef
Modified Files
--------------
src/backend/utils/adt/geo_spgist.c | 24 +++++--
src/test/regress/expected/box.out | 104 +++++++++++++++++++++++++++++
src/test/regress/expected/sanity_check.out | 1 +
src/test/regress/sql/box.sql | 47 +++++++++++++
4 files changed, 172 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Teodor Sigaev | 2017-03-21 13:24:49 | pgsql: Fix support for some operators (&<, &>, $<|, |&>) in box operato |
Previous Message | Andrew Dunstan | 2017-03-21 13:00:06 | pgsql: Add a direct function call mechanism using the caller's context. |