Re: Strange problem when upgrading to 7.2 with pg_upgrade.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Strange problem when upgrading to 7.2 with pg_upgrade.
Дата
Msg-id 200204090444.g394iF821457@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Strange problem when upgrading to 7.2 with pg_upgrade.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Since I have done a vacuum, I assume I just keep creating 256k chunks
> > until I reach the max xid from the previous release, and delete the
> > files prior to the 1gb size limit.
> 
> Keep your hands *off* the existing segments.  The CLOG code will clean
> them up when it's good and ready ...

OK.  Fill out the current clog and add additional ones to reach the
current max xid, rounded to the nearest 8k, assuming 256k file equals
1mb of xids.

Why do you take these things so personally?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Strange problem when upgrading to 7.2 with pg_upgrade.
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [GENERAL] now() AT TIME ZONE 'GMT';