Re: 64-bit API for large object

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: 64-bit API for large object
Дата
Msg-id 50699454.4050706@gmx.net
обсуждение исходный текст
Ответ на Re: 64-bit API for large object  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On 9/28/12 10:35 AM, Alvaro Herrera wrote:
> Now there is one more problem in this area which is that the patch
> defined a new type pg_int64 for frontend code (postgres_ext.h).  This
> seems a bad idea to me.  We already have int64 defined in c.h.  Should
> we expose int64 to postgres_ext.h somehow?  Should we use standard-
> mandated int64_t instead?  One way would be to have a new configure
> check for int64_t, and if that type doesn't exist, then just don't
> provide the 64 bit functionality to frontend.

Or create a new type like pg_lo_off_t.




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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Hash id in pg_stat_statements
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: CTE optimization fence on the todo list?