pgsql: Silence compiler warning about variable being used uninitialized - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Silence compiler warning about variable being used uninitialized
Date
Msg-id E1XrVNm-0008D6-7K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence compiler warning about variable being used uninitialized.

It's a false positive - the variable is only used when 'onleft' is true,
and it is initialized in that case. But the compiler doesn't necessarily
see that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f464042161fb980578c33fedc2742c5a4d941fa2

Modified Files
--------------
src/backend/access/nbtree/nbtxlog.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Revamp the WAL record format.
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Revamp the WAL record format.