Andres Freund <[email protected]> writes:
> On 2013-10-10 02:43:20 +0000, Peter Eisentraut wrote:
>> Revive line type

> That commit missed to update pg_type.h to the changed length of the line
> type. Patch attached.

Ouch.  Good thing we caught this now.

In principle, fixing this breaks pg_upgrade'ability for anyone who was
using the line type before (presumably by compiling with
-DENABLE_LINE_TYPE).  However, we're breaking things for them anyway by
changing the text representation, so that's probably not worth worrying
over.

                        regards, tom lane


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to