Thread: pgsql: Silence compiler warning about uninitialized variable.

pgsql: Silence compiler warning about uninitialized variable.

From
Andrew Dunstan
Date:
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(-)