Re: pgsql-server/src backend/access/transam/xact.c ...

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: pgsql-server/src backend/access/transam/xact.c ...
Дата
Msg-id 402AE007.70301@familyhealth.com.au
обсуждение исходный текст
Ответ на pgsql-server/src backend/access/transam/xact.c ...  (tgl@svr1.postgresql.org (Tom Lane))
Ответы Re: pgsql-server/src backend/access/transam/xact.c ...
Список pgsql-committers
>     Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to
>     wit: Add a header record to each WAL segment file so that it can be reliably
>     identified.  Avoid splitting WAL records across segment files (this is not
>     strictly necessary, but makes it simpler to incorporate the header records).
>     Make WAL entries for file creation, deletion, and truncation (as foreseen but
>     never implemented by Vadim).  Also, add support for making XLOG_SEG_SIZE
>     configurable at compile time, similarly to BLCKSZ.  Fix a couple bugs I
>     introduced in WAL replay during recent smgr API changes.  initdb is forced
>     due to changes in pg_control contents.

Is it worth adding one of those readonly GUC vars for XLOG_SEG_SIZE then?

Chris


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

Предыдущее
От: wieck@svr1.postgresql.org (Jan Wieck)
Дата:
Сообщение: pgsql-server/src/backend/utils/adt pgstatfuncs.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql-server/src backend/access/transam/xact.c ...