Re: pgsql: Revamp the WAL record format.

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Revamp the WAL record format.
Date: 2014-11-20 17:19:15
Message-ID: 546E2293.7010107@iki.fi
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 11/20/2014 07:12 PM, Tom Lane wrote:
> Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> writes:
>> Revamp the WAL record format.
>
> My version of gcc bitches about this:
>
> nbtxlog.c: In function 'btree_xlog_split':
> nbtxlog.c:272: warning: 'newitem' may be used uninitialized in this function
> nbtxlog.c:272: note: 'newitem' was declared here

Fixed, thanks!

- Heikki

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-11-20 17:32:43 pgsql: Add missing case for CustomScan.
Previous Message Heikki Linnakangas 2014-11-20 17:19:02 pgsql: Silence compiler warning about variable being used uninitialized