Re: Streaming replication and pg_xlogfile_name()
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-02-25T16:34:48Z
Lists: pgsql-hackers
Attachments
- extend_format_of_recovery_info_funcs_v2.patch (text/x-diff) patch v2
On Thu, Feb 25, 2010 at 11:57 AM, Fujii Masao <masao.fujii@gmail.com> wrote: > On Tue, Feb 23, 2010 at 4:08 PM, Heikki Linnakangas > <heikki.linnakangas@enterprisedb.com> wrote: >>> So it's not the TLI of the first record in the file, isn't it? >> >> Hmm, or is it the TLI of the last record? Not sure. Anyway, if there's a >> TLI switch in the current WAL file, curFileTLI doesn't always represent >> the TLI of the current record. > > Hmm. How about using lastPageTLI instead of curFileTLI? lastPageTLI > would always represent the TLI of the current record. I attached the revised patch which uses lastPageTLI instead of curFileTLI as the timeline of the last applied record. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center