]> 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:51 +0000 (16:12 -0400)
commit2d06f6132908c174cd95e55ee649734e269a766c
tree1c94733a6d38e8db5a437c8d1b084c2b18fbed4d
parentdf2e62603ebc59a8fff5b6cd21b844370a95b061
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