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

From Tom Lane
Subject Re: pgsql: Revamp the WAL record format.
Date
Msg-id 23913.1416503555@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Revamp the WAL record format.  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Responses Re: pgsql: Revamp the WAL record format.
List pgsql-committers
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

            regards, tom lane


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Revamp the WAL record format.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Silence compiler warning about variable being used uninitialized