Re: macaddr 64 bit (EUI-64) datatype support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: macaddr 64 bit (EUI-64) datatype support
Дата
Msg-id 20073.1479585252@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: macaddr 64 bit (EUI-64) datatype support  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: macaddr 64 bit (EUI-64) datatype support  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> Let's create a new data type for this which supports old and new types,
> add what casts make sense, and call it a day.  Changing the data type
> name out from under people is not helping anyone.

+1.  I do not think changing behavior for the existing type name is
going to be a net win.  If we'd been smart enough to make the type
varlena from the get-go, maybe we could get away with it, but there
is just way too much risk of trouble with a change in a fixed-length
type's on-the-wire representation.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: possible optimizations - pushing filter before aggregation
Следующее
От: Tom Lane
Дата:
Сообщение: Bogus use of *-expansion in UPDATE