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(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to