Re: Patch for ODBC Index info

From: "Johann Zuschlag" <zuschlag2(at)online(dot)de>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Patch for ODBC Index info
Date: 2001-05-16 21:45:25
Message-ID: E15095o-0004bq-00@mrelay01.kundenserver.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(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
>

Johann Zuschlag
zuschlag2(at)online(dot)de

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Bruce Momjian 2001-05-16 22:35:16 Re: Patch for ODBC Index info
Previous Message William Osmond 2001-05-16 21:21:19 Compile errors on Solaris 8