pgsql: Fix unused-variable warning on Windows.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unused-variable warning on Windows.
Date: 2014-04-17 20:13:17
Message-ID: E1WasgP-0001Hy-59@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2d06f6132908c174cd95e55ee649734e269a766c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-04-18 04:05:55 pgsql: Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Previous Message Tom Lane 2014-04-17 20:13:16 pgsql: Fix unused-variable warning on Windows.