Re: Sort support for macaddr8

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Sort support for macaddr8
Дата
Msg-id 20190604215952.oxhjdb4okzljq5eh@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Sort support for macaddr8  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,

On 2019-06-04 14:55:16 -0700, Andres Freund wrote:
> On 2019-06-04 17:37:35 -0400, Alvaro Herrera wrote:
> I think it might be worthwhile to optimize things so that all typlen > 0
> && typlen <= sizeof(Datum) are allowed for byval datums.

Maybe even just deprecate specifying byval at CREATE TYPE time, and
instead automatically infer it from the type length. We've had a number
of blunders around this, and I can't really see any reason for
specifying byval = false when we internally could treat it as a byval.

Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Sort support for macaddr8
Следующее
От: David Fetter
Дата:
Сообщение: Re: Binary support for pgoutput plugin