Re: Removing pg_migrator limitations

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Removing pg_migrator limitations
Дата
Msg-id 200912272013.nBRKDNI01040@momjian.us
обсуждение исходный текст
Ответ на Re: Removing pg_migrator limitations  (Greg Stark <stark@mit.edu>)
Ответы Re: Removing pg_migrator limitations
Список pgsql-hackers
Greg Stark wrote:
> I'm kind of curious about the heap page conversion plan. I think
> we have a plan for how to do page checksums now if someone
> submits it now will we have time to do the page wok to handle
> page conversions? Or if not, are we better off waiting till 8.6
> to get checksums?

Well, I think the checksums are going in the item pointers, so there
isn't any new storage space --- my guess is that the page version number
will control how the backend stores the checksum.  Basically the backend
will need to read old and new page versions.  I don't think this is
something pg_migrator can handle cleanly.


-- Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Small Bug in GetConflictingVirtualXIDs
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Removing pg_migrator limitations