Streaming replication and wal skipping

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Streaming replication and wal skipping
Дата
Msg-id 3f0b79eb1001172057w60dbfd01kcd8d070516e49673@mail.gmail.com
обсуждение исходный текст
Ответы Re: Streaming replication and wal skipping  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
Hi,

Since I had tweaked wal-skipping logic for SR before,
there were two additional changes about that;
http://archives.postgresql.org/pgsql-committers/2009-11/msg00018.php
http://archives.postgresql.org/pgsql-committers/2009-12/msg00167.php

The attached patch deals with those changes.

Also I found that XLogStandbyInfoActive() should use
XLogIsNeeded() instead of XLogArchivingMode. The patch
also does that.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: parallel regression test output
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: New XLOG record indicating WAL-skipping