Re: Page Checksums + Double Writes
От | Kevin Grittner |
---|---|
Тема | Re: Page Checksums + Double Writes |
Дата | |
Msg-id | 4EF206F50200002500043F99@gw.wicourts.gov обсуждение исходный текст |
Ответ на | Re: Page Checksums + Double Writes (Alvaro Herrera <alvherre@commandprompt.com>) |
Ответы |
Re: Page Checksums + Double Writes
|
Список | pgsql-hackers |
Alvaro Herrera <alvherre@commandprompt.com> wrote: > If you get away with a new page format, let's make sure and > coordinate so that we can add more info into the header. One > thing I wanted was to have an ID struct on each file, so that you > know what DB/relation/segment the file corresponds to. So the > first page's special space would be a bit larger than the others. Couldn't that also be done by burning a bit in the page header flags, without a page layout version bump? If that were done, you wouldn't have the additional information on tables converted by pg_upgrade, but you would get them on new tables, including those created by pg_dump/psql conversions. Adding them could even be made conditional, although I don't know whether that's a good idea.... -Kevin
В списке pgsql-hackers по дате отправления: