Thread: pgsql: Fix unused-variable warning on Windows.

pgsql: Fix unused-variable warning on Windows.

From
Tom Lane
Date:
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

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/757ade42d0ea1a3542115dc873805f8027800a16

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |   13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)