pgsql: Silence compiler warning about uninitialized variable.

Started by Andrew Dunstanalmost 15 years ago1 messagescomitters
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

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