Re: 64-bit API for large object

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 64-bit API for large object
Дата
Msg-id 23083.1348198383@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 64-bit API for large object  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: 64-bit API for large object
Список pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
> To pass 64-bit integer to PQfn, PQArgBlock is used like this: int *ptr
> is a pointer to 64-bit integer and actual data is placed somewhere
> else.

Yeah, I think we have to do it like that.  Changing the size of
PQArgBlock would be a libpq ABI break, which IMO is sufficiently painful
to kill this whole proposal.  Much better a little localized ugliness
in fe-lobj.c.
        regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pg_reorg in core?
Следующее
От: Hitoshi Harada
Дата:
Сообщение: Re: pg_reorg in core?