Re: C functions and int8?

Поиск
Список
Период
Сортировка
От Karel Zak
Тема Re: C functions and int8?
Дата
Msg-id Pine.LNX.3.96.1000921103030.6462C-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответ на C functions and int8?  (Forest Wilkinson <fspam@home.com>)
Ответы Re: C functions and int8?
Список pgsql-sql
On Thu, 21 Sep 2000, Forest Wilkinson wrote:

> I have written a few Postgres extension functions in C, and want to modify
> some of them to return an int8.  However, I don't see any int8 definition
> in postgres.h.  (I have the 7.0.2 RPMs installed.)  How should I
> accomplish this?
in the source tree: src/include/c.h
typedef signed char int8;           /* == 8 bits */

... but I not sure if this file is included in the RPM package.

                Karel



В списке pgsql-sql по дате отправления:

Предыдущее
От: Forest Wilkinson
Дата:
Сообщение: C functions and int8?
Следующее
От: Sergio de Almeida Lenzi
Дата:
Сообщение: Re: sql query not using indexes