Re: float4/float8/int64 passed by value with tsearchfixup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: float4/float8/int64 passed by value with tsearchfixup
Дата
Msg-id 21268.1208707027@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: float4/float8/int64 passed by value with tsearchfixup  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: float4/float8/int64 passed by value with tsearchfixup  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Gregory Stark <stark@enterprisedb.com> writes:
> So are you killing V0 for non-integral types? Because if not we should keep
> some sacrificial module to the regression tests to use to test for this
> problem.

Well, we could potentially continue to have, say, the oldstyle
geo_distance function used when not FLOAT8PASSBYVAL.  Not clear how
useful that really is though.

            regards, tom lane

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

Предыдущее
От: Zoltan Boszormenyi
Дата:
Сообщение: Re: float4/float8/int64 passed by value with tsearchfixup
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Coding standards