Re: testing cvs HEAD - HS/SR - missing file
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: Erik Rijkers <er@xs4all.nl>, pgsql-hackers@postgresql.org
Date: 2010-01-27T13:11:45Z
Lists: pgsql-hackers
On Wed, Jan 27, 2010 at 8:37 PM, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote: > But SendRqstPtr comes from LogwrtResult.Write, surely that's correct, no? Right. But the point is that LogwrtResult.Write might indicate 0/FF000000 because it's the last byte + 1 written out. XLogRead() treats this as the location where WAL begins to be read, so converts it to the WAL file name 0000000100000000000000FF by using XLByteToSeg. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center