Re: [PATCH] Revive line type

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [PATCH] Revive line type
Дата
Msg-id 20130916220432.GC4991@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [PATCH] Revive line type  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: [PATCH] Revive line type  (David Fetter <david@fetter.org>)
Список pgsql-hackers
Peter Eisentraut escribió:
> Here is a new patch for the line type, with a new input/output format
> {A,B,C}, as discussed in this thread.

I gave this a quick look.  The new input/output format appears to work
well.  The input format using two points still works, which is nice.
Regression tests pass.  I tried binary input and output using COPY and
it seems to round-trip without problem.

With the two-point input, horizontal and vertical lines can accept NaNs
without producing a NaN in the output if not necessary.

I tried "interpt" and "intersect" functions and they seem to work.
Haven't gotten around to trying other functions or operators.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: record identical operator
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Row-wise Comparison