Re: Remove configure --disable-float4-byval and--disable-float8-byval

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Remove configure --disable-float4-byval and--disable-float8-byval
Дата
Msg-id 1c0156d2-fbbe-aa8d-e7f9-b6ac09ebf129@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Remove configure --disable-float4-byval and --disable-float8-byval  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Remove configure --disable-float4-byval and--disable-float8-byval  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On 2019-10-31 14:36, Tom Lane wrote:
> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
>> float4 is now always pass-by-value; the pass-by-reference code path is
>> completely removed.
> 
> I think this is OK.

OK, here is a patch for just this part, and we can continue the 
discussion on the rest in the meantime.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH][DOC] Fix for PREPARE TRANSACTION doc and postgres_fdwmessage.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: The command tag of "ALTER MATERIALIZED VIEW RENAME COLUMN"