Re: pgsql: Fix pg_type.typlen for newly-revived line type.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix pg_type.typlen for newly-revived line type.
Дата
Msg-id 19999.1399316447@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix pg_type.typlen for newly-revived line type.  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: pgsql: Fix pg_type.typlen for newly-revived line type.  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Tom Lane wrote:
>> Note that if the line type had been in use in the field, this would
>> break pg_upgrade'ability of databases containing line values; but
>> it seems unlikely that there are any (they'd have had to be compiled
>> with -DENABLE_LINE_TYPE).

> Should we add a test to pg_upgrade --check mode?

I doubt it's worth it.  Anybody who was enabling the old code is pretty
well screwed no matter what.  They can't upgrade with a plain pg_dump
either, since the I/O format is different.

What we do need, probably, is a warning about the incompatibility in the
release notes.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix possible cache invalidation failure in ReceiveSharedInvalidM
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Replace SYSTEMQUOTEs with Windows-specific wrapper functions.