[ 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