Re: Cannot find a working 64-bit integer type on Illumos

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cannot find a working 64-bit integer type on Illumos
Дата
Msg-id 3329541.1720062634@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cannot find a working 64-bit integer type on Illumos  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: Cannot find a working 64-bit integer type on Illumos
Список pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes:
> New version attached.  This time I was brave enough to try to tackle
> src/timezone too, which had comments planning to drop a lot of small
> differences against the upstream tzcode once all supported branches
> required C99.

Unless you've specifically checked that this reduces diffs against
upstream tzcode, I'd really prefer not to touch that code right now.
I know I'm overdue for a round of syncing src/timezone/ with upstream,
but I can't see how drive-by changes will make that easier.

> IMHO it's a rather scary choice on tzcode's part to use int_fastN_t,

Yeah, I was never pleased with that choice of theirs.  OTOH, I've
seen darn few portability complaints on their mailing list, so
it seems like they've got it right in isolation.  The problem
from our standpoint is that I don't think we want int_fastN_t
to leak into APIs visible to the rest of Postgres, because then
we risk issues related to their configuration methods being
totally unlike ours.

            regards, tom lane



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

Предыдущее
От: torikoshia
Дата:
Сообщение: Re: Add new COPY option REJECT_LIMIT
Следующее
От: Andrei Lepikhov
Дата:
Сообщение: Re: Pluggable cumulative statistics