Silence compiler warning about uninitialized variable.

Andrew Dunstan <andrew@dunslane.net>

Commit: 74e6d37276564d4be1f60d9edb76d7d066395773
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2011-07-25T23:37:17Z
Releases: 9.2.0
Silence compiler warning about uninitialized variable.

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

Files

PathChange+/−
src/backend/port/win32_latch.c modified +1 −1