Re: Patch for ODBC Index info - Mailing list pgsql-odbc

From Bruce Momjian
Subject Re: Patch for ODBC Index info
Date
Msg-id 200105162235.f4GMZGd13990@candle.pha.pa.us
Whole thread Raw
In response to Re: Patch for ODBC Index info  ("Johann Zuschlag" <zuschlag2@online.de>)
List pgsql-odbc
[ Charset ISO-8859-1 unsupported, converting... ]
> /*
>  * Clustered/HASH index?
>  */
> set_tuplefield_int2(&row->tuple[6], (Int2)
>     (atoi(isclustered) ? SQL_INDEX_CLUSTERED :
>     (!strncmp(ishash, "hash", 4)) ? SQL_INDEX_HASHED : SQL_INDEX_OTHER);
>
> Isn't there a parenthesis missing at the end? (info.c)

Thanks.  Fixed.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-odbc by date:

Previous
From: "Johann Zuschlag"
Date:
Subject: Re: Patch for ODBC Index info
Next
From: Hiroshi Inoue
Date:
Subject: Re: psqlodbc.dll + MSQuery == crash