Re: pgsql: Revamp the WAL record format. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject Re: pgsql: Revamp the WAL record format.
Date
Msg-id 546E2293.7010107@iki.fi
Whole thread Raw
In response to Re: pgsql: Revamp the WAL record format.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 11/20/2014 07:12 PM, Tom Lane wrote:
> Heikki Linnakangas <heikki.linnakangas@iki.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



pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Silence compiler warning about variable being used uninitialized
Next
From: Tom Lane
Date:
Subject: pgsql: Add missing case for CustomScan.