| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Johann Zuschlag <zuschlag2(at)online(dot)de> |
| Cc: | "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org> |
| Subject: | Re: Patch for ODBC Index info |
| Date: | 2001-05-16 22:35:16 |
| Message-ID: | 200105162235.f4GMZGd13990@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hiroshi Inoue | 2001-05-17 00:52:36 | Re: psqlodbc.dll + MSQuery == crash |
| Previous Message | Johann Zuschlag | 2001-05-16 21:45:25 | Re: Patch for ODBC Index info |