pgsql: Fix unused-variable warning on Windows. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix unused-variable warning on Windows.
Date
Msg-id E1WasgO-0001Hm-V5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/98876f0ff18e617d6366989d40ab74c07580fb0a

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix unused-variable warning on Windows.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Create function prototype as part of PG_FUNCTION_INFO_V1 macro