Re: latest commit breaks tsearch2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: latest commit breaks tsearch2
Дата
Msg-id 10745.1131976977@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: latest commit breaks tsearch2  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-committers
Teodor Sigaev <teodor@sigaev.ru> writes:
>> I don't much care for the hard-wired
>> assumption about the size of TPQTGist either ...

> typedef uint64 TPQTGist;

> What is your doubt? You suggest to use  sizeof(TPQTGist)*BIT_PER_BYTE?

Yeah.  It'll make the code easier to adapt to a machine without any
native int64 type.

            regards, tom lane

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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: latest commit breaks tsearch2
Следующее
От: teodor@svr1.postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Use postgres-wide macros BITS_PER_BYTE instead self-definenig