Re: Patch for ODBC Index info
| От | Johann Zuschlag |
|---|---|
| Тема | Re: Patch for ODBC Index info |
| Дата | |
| Msg-id | E15095o-0004bq-00@mrelay01.kundenserver.de обсуждение |
| Ответ на | Patch for ODBC Index info (Bruce Momjian <pgman@candle.pha.pa.us>) |
| Ответы |
Re: Patch for ODBC Index info
|
| Список | 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 по дате отправления: