Re: Regarding WAL Format Changes

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila(at)huawei(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Regarding WAL Format Changes
Date: 2012-06-27 16:13:42
Message-ID: 4FEB3136.7060904@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27.06.2012 18:55, Fujii Masao wrote:
> On Wed, Jun 27, 2012 at 11:56 PM, Heikki Linnakangas
> <heikki(dot)linnakangas(at)enterprisedb(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-06-27 16:16:15 Re: Regarding WAL Format Changes
Previous Message Andres Freund 2012-06-27 16:10:31 Re: [COMMITTERS] pgsql: Move WAL continuation record information to WAL page header.