Re: Regarding WAL Format Changes - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Regarding WAL Format Changes
Date
Msg-id 4FEB3136.7060904@enterprisedb.com
Whole thread Raw
In response to Re: Regarding WAL Format Changes  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Regarding WAL Format Changes
List pgsql-hackers
On 27.06.2012 18:55, Fujii Masao wrote:
> On Wed, Jun 27, 2012 at 11:56 PM, Heikki Linnakangas
> <heikki.linnakangas@enterprisedb.com>  wrote:
>> On 27.06.2012 17:14, Amit Kapila wrote:
>>>
>>> 1. Function header for following functions still contains referece to log,
>>> seg
>>>     a. InstallXLogFileSegment()
>>>     b. RemoveOldXlogFiles()
>>>     c. XLogFileCopy()
>>>     d. XLogGetLastRemoved()
>>>     e. UpdateLastRemovedPtr()
>>>     f. RemoveOldXlogFiles()
>>
>>
>> Thanks, fixed.
>
> There is still reference to log/seg in the comment of InstallXLogFileSegment().
> The attached patch should be applied?

Thanks, applied. Sorry for being so sloppy with this..

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Move WAL continuation record information to WAL page header.
Next
From: Tom Lane
Date:
Subject: Re: Regarding WAL Format Changes