Re: pgsql: Refactor geometric functions and operators

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Refactor geometric functions and operators
Дата
Msg-id 20180729145932.GE1471@paquier.xyz
обсуждение исходный текст
Ответ на pgsql: Refactor geometric functions and operators  (Tomas Vondra <tomas.vondra@postgresql.org>)
Ответы Re: pgsql: Refactor geometric functions and operators
Список pgsql-committers
On Sun, Jul 29, 2018 at 12:43:29AM +0000, Tomas Vondra wrote:
> Refactor geometric functions and operators
>
> The primary goal of this patch is to eliminate duplicate code and share
> code between different geometric data types more often, to prepare the
> ground for additional patches.  Until now the code reuse was limited,
> probably because the simpler types (line and point) were implemented
> after the more complex ones.

It looks that this commit has upset a couple of OSX animals, locus and
prairiedog:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=locust&dt=2018-07-29%2013%3A13%3A35

Some AIX animals are also upset for the same reason with the handling
of a negative sign with 0.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Make error message of pageinspect more consistent for raw pagei
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: pgsql: Refactor geometric functions and operators