Re: [GENERAL] pg_upgrade problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] pg_upgrade problem
Дата
Msg-id 20829.1315341395@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] pg_upgrade problem  (hubert depesz lubaczewski <depesz@depesz.com>)
Ответы Re: [GENERAL] pg_upgrade problem
Список pgsql-hackers
hubert depesz lubaczewski <depesz@depesz.com> writes:
> Worked a bit to get the ltree problem down to smallest possible, repeatable, situation.

I looked at this again and verified that indeed, commit
8eee65c996048848c20f6637c1d12b319a4ce244 introduced an incompatible
change into the on-disk format of ltree columns: it widened
ltree_level.len, which is one component of an ltree on disk.
So the crash is hardly surprising.  I think that the only thing
pg_upgrade could do about it is refuse to upgrade when ltree columns
are present in an 8.3 database.  I'm not sure though how you'd identify
contrib/ltree versus some random user-defined type named ltree.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: WAL "low watermark" during base backup
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [v9.1] sepgsql - userspace access vector cache