Streaming replication and wal skipping
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-01-18T04:57:02Z
Lists: pgsql-hackers
Attachments
- fix_wal_skipping_bug_0118.patch (text/x-patch) patch
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