pgsql: Fix circle_in to accept "(x,y),r" as it's advertised to do.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix circle_in to accept "(x,y),r" as it's advertised to do.
Дата
Msg-id E1jLyvW-0002hH-IS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix circle_in to accept "(x,y),r" as it's advertised to do.

Our documentation describes four allowed input syntaxes for circles,
but the regression tests tried only three ... with predictable
consequences.  Remarkably, this has been wrong since the circle
datatype was added in 1997, but nobody noticed till now.

David Zhang, with some help from me

Discussion: https://postgr.es/m/332c47fa-d951-7574-b5cc-a8f7f7201202@highgo.ca

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/35d1eefb29d03d5a85f71038679f1f8a14358255

Modified Files
--------------
src/backend/utils/adt/geo_ops.c      | 13 ++++++++-----
src/test/regress/expected/circle.out |  8 ++++----
src/test/regress/sql/circle.sql      |  8 ++++----
3 files changed, 16 insertions(+), 13 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Implement waiting for given lsn at transaction start
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Allow partitionwise joins in more cases.