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:32 +0000 (16:12 -0400)
commit98876f0ff18e617d6366989d40ab74c07580fb0a
treefce3b863e554ba652864db2de0f67637e74011e7
parentfc72e94a13026b86a06c7f5c670f4c16420d3d77
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