Fix unused-variable warning on Windows.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Apr 2014 20:12:24 +0000 (16:12 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Apr 2014 20:12:24 +0000 (16:12 -0400)
commit01563158235f5650743fd9b1dfa80c3d8faf89bb
treed9783a3691385c8b5137929d8342edd964f11d97
parent9fe55259fd61fd9199907623f974caa7af66e780
Fix unused-variable warning on Windows.

Introduced in 585bca39: msgid is not used in the Windows code path.

Also adjust comments a tad (mostly to keep pgindent from messing it up).

David Rowley
src/interfaces/libpq/fe-connect.c