Re: macaddr 64 bit (EUI-64) datatype support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: macaddr 64 bit (EUI-64) datatype support
Date
Msg-id 20073.1479585252@sss.pgh.pa.us
Whole thread Raw
In response to Re: macaddr 64 bit (EUI-64) datatype support  (Stephen Frost <sfrost@snowman.net>)
Responses Re: macaddr 64 bit (EUI-64) datatype support  (Robert Haas <robertmhaas@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: possible optimizations - pushing filter before aggregation
Next
From: Tom Lane
Date:
Subject: Bogus use of *-expansion in UPDATE