Re: [PATCH] Revive line type

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] Revive line type
Дата
Msg-id 1380674566.22785.16.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: [PATCH] Revive line type  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
Ответы Re: [PATCH] Revive line type  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
Список pgsql-hackers
On Wed, 2013-09-25 at 14:26 +0530, Jeevan Chalke wrote:
> So no issues from my side.
> 
> However, do we still need this in close_pl() ?
> 
> #ifdef NOT_USED
>     if (FPeq(line->A, -1.0) && FPzero(line->B))
>     {                            /* vertical */
>     }
> #endif

No, that can be removed.

> Also close_sl, close_lb and dist_lb are NOT yet implemented. It will
> be good if we have those. But I don't think we should wait for those
> functions to be implemented.

Right, those are separate projects.






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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Completing PL support for Event Triggers
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: information schema parameter_default implementation