Re: SSI patch renumbered existing 2PC resource managers??

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SSI patch renumbered existing 2PC resource managers??
Дата
Msg-id 17021.1308028164@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SSI patch renumbered existing 2PC resource managers??  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: SSI patch renumbered existing 2PC resource managers??  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Tom Lane wrote:
>> No, pg_upgrade should not be unilaterally refusing that.

> Uh, isn't there some physical files in pg_twophase/ that stick around to
> keep prepared transactions --- if so, pg_upgrade does not copy them from
> the old cluster to the new one.  I am also hesistant to do so because
> there might be data in there that isn't portable.

This argument seems a tad peculiar, since the *entire* *point* of
pg_upgrade is to push physical files from one installation into another
even though compatibility isn't guaranteed.  It is the program's duty to
understand enough to know whether it can transport the cluster's state
safely.  Not to arbitrarily discard state because it might possibly not
be transportable.
        regards, tom lane


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: On-the-fly index tuple deletion vs. hot_standby
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_trgm: unicode string not working