]> granicus.if.org Git - postgresql/commit
Silence compiler warning about uninitialized variable.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 25 Jul 2011 23:37:17 +0000 (19:37 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 25 Jul 2011 23:37:17 +0000 (19:37 -0400)
commit74e6d37276564d4be1f60d9edb76d7d066395773
tree56a527c85d6a5c0a6a2b6ed1392c0183a6da3745
parent8cca49d8a0d969e1c0f08779e8230466e395b813
Silence compiler warning about uninitialized variable.

It is set correctly on the only path that uses it, but the
compiler can't know that.
src/backend/port/win32_latch.c