]> git.ipfire.org Git - thirdparty/postgresql.git/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:38 +0000 (16:12 -0400)
commitc6b55bec3fb232c81ba4eba30856b222ad7a8cc4
tree06f1e6b6c7730553604bc52e6f176f6724fded6a
parentea8725a8b376b46324b47616432670769cae95ed
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