Re: Code inconsistency in convert.c for guid -> string conversion

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Code inconsistency in convert.c for guid -> string conversion
Date: 2014-03-03 02:41:03
Message-ID: CAB7nPqT1VAaW8z1yeUo_3K_6fZCkVhYRY50SPAUQRsn1tPtDbA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Mon, Mar 3, 2014 at 11:38 AM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> On another note, I found as well the following warning:
> dlg_specific.c:1491: error: the address of 'conn_settings' will always
> evaluate as 'true'
Sorry for the imprecision, this warning is caused by this code:
if ('\0' != conn_settings[0])
STR_TO_NAME(comval->conn_settings, conn_settings);
--
Michael

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-03 19:26:35 Re: Code inconsistency in convert.c for guid -> string conversion
Previous Message Michael Paquier 2014-03-03 02:38:36 Code inconsistency in convert.c for guid -> string conversion