Re: pgsql: Revamp the WAL record format.

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

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

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-11-20 17:19:02 pgsql: Silence compiler warning about variable being used uninitialized
Previous Message Heikki Linnakangas 2014-11-20 17:03:32 pgsql: Revamp the WAL record format.