Re: Logging WAL when updating hintbit

From: Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Logging WAL when updating hintbit
Date: 2013-11-17 08:29:25
Message-ID: CAD21AoAaROPTFyUw524ZrX-o-Rejm=cgNp+gMSOPODOVA1t1Zg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 15, 2013 at 11:33 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> On 11/14/13, 1:02 AM, Sawada Masahiko wrote:
>> I attached patch adds new wal_level 'all'.
>
> Compiler warning:
>
> pg_controldata.c: In function ‘wal_level_str’:
> pg_controldata.c:72:2: warning: enumeration value ‘WAL_LEVEL_ALL’ not handled in switch [-Wswitch]
>

Thank you for report!
I have fixed it.

--
Regards,

-------
Sawada Masahiko

Attachment Content-Type Size
log_hint_bit_wal_v2.patch application/octet-stream 2.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2013-11-17 08:39:26 Re: pre-commit triggers
Previous Message Amit Kapila 2013-11-17 07:04:23 Re: Proof of concept: standalone backend with full FE/BE protocol