pgsql: Silence compiler warning about uninitialized variable.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence compiler warning about uninitialized variable.
Date: 2011-07-25 23:38:46
Message-ID: E1QlUjW-0005tp-V7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence compiler warning about uninitialized variable.

It is set correctly on the only path that uses it, but the
compiler can't know that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/74e6d37276564d4be1f60d9edb76d7d066395773

Modified Files
--------------
src/backend/port/win32_latch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-07-26 03:49:48 pgsql: Don't build replacement getpeereid function on mingw.
Previous Message Robert Haas 2011-07-25 14:51:29 pgsql: Add some environment checks prior to sepgsql regression testing.