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

From Andrew Dunstan
Subject pgsql: Silence compiler warning about uninitialized variable.
Date
Msg-id E1QlUjW-0005tp-V7@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add some environment checks prior to sepgsql regression testing.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Don't build replacement getpeereid function on mingw.