Re: Logging WAL when updating hintbit

From: Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Jeff Davis <pgsql(at)j-davis(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Logging WAL when updating hintbit
Date: 2013-11-28 12:42:03
Message-ID: CAD21AoBRx1AbBPNBt0nTa4DwMVp-St=hRPGNNfAek7LpVtUbng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 27, 2013 at 11:22 AM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> On Wed, Nov 27, 2013 at 11:04 AM, Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com> wrote:
>> Thank you for feedback.
>> I attached the v4 patch which have modified. Just name changed to
>> 'wal_log_hintbtis'.
> Few typos in this patch found while I quickly went through:
> 1) s/logging hintbit/logging of hint bits/
> 2) s/hintbit/hint bits/
> Except that it looks that you haven't forgotten any code paths in your
> patch, so far it looks good.

Thank you for reviewing the patch.

I attached new version patch which have modify typos and added
documentation patch.
The documentation part of patch is implemented by Samrat Revagade.

Regards,

-------
Sawada Masahiko

Attachment Content-Type Size
log_hint_bit_wal_v5.patch application/octet-stream 9.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Boszormenyi Zoltan 2013-11-28 14:21:47 Re: ECPG infrastructure changes part 1, was: Re: ECPG fixes
Previous Message Haribabu kommi 2013-11-28 12:11:45 Re: New option for pg_basebackup, to specify a different directory for pg_xlog