]> granicus.if.org Git - postgresql/commit
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:46 +0000 (16:12 -0400)
commit757ade42d0ea1a3542115dc873805f8027800a16
tree422f28a0d90be5f46f4c485a0a6564cad560c936
parenta1b9c46300e2a24478f480c63ec2c53c3e53acef
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