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

From Johann Zuschlag
Subject Re: Patch for ODBC Index info
Date
Msg-id E15095o-0004bq-00@mrelay01.kundenserver.de
Whole thread Raw
In response to Patch for ODBC Index info  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Patch for ODBC Index info
List pgsql-odbc
/*
 * 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)

regards

Johann

On Wed, 16 May 2001 13:58:43 -0400 (EDT), Bruce Momjian wrote:

>I have applied the following patch to ODBC index lookups for HASH.
>
>--
>  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
>



Johann Zuschlag
zuschlag2@online.de



pgsql-odbc by date:

Previous
From: William Osmond
Date:
Subject: Compile errors on Solaris 8
Next
From: Bruce Momjian
Date:
Subject: Re: Patch for ODBC Index info