Re: Some 8.4 changes needed according to pg_migrator testing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Some 8.4 changes needed according to pg_migrator testing
Дата
Msg-id 20294.1241714064@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Some 8.4 changes needed according to pg_migrator testing  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> 2. There seem to be some corner cases where creating a table in the new
>> database will not create a toast table even though there was one in the
>> previous instance.

> Hmm, what about toast reloptions?  They are not a problem now of course, but
> could be in a 8.4->8.5 migration.

I don't think it's an issue.  The type of scenario we are looking at is
where there is no need for a toast table *now*, but there might be some
old rows hanging around that got toasted anyway.  (Say, you originally
had two wide varchar columns and then dropped one.)  It seems unlikely
that preserving the reloptions for the toast table is going to be all
that critical in this type of scenario.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Some 8.4 changes needed according to pg_migrator testing
Следующее
От: Aidan Van Dyk
Дата:
Сообщение: Re: Patch to fix search_path defencies with pg_bench