Re: 64-bit API for large object

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: 64-bit API for large object
Дата
Msg-id 20120921.183928.804379791650069898.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: 64-bit API for large object  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Ответы Re: 64-bit API for large object
Список pgsql-hackers
>>> Hmm, I see. Please deliver the 64bit integer argument as reference,
>>> and don't forget endian translations here.
>>
>> I thought pgPutInt64() takes care of endianness. No?
>>
> It works inside of the PGfn(), when isint = 1 towards pointer data type.
> In my sense, it is a bit problem specific solution.
> 
> So, I'd like to see other person's opinion here.

I think we cannot change this because we want to keep the counter part
backend side function pq_getmsgint64() as it is (the function is not
part of the patch).
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: ToDo: allow to get a number of processed rows by COPY statement [Review of Patch]
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: 64-bit API for large object