Is PG built on any C compilers where int division floors?

Поиск
Список
Период
Сортировка
От Chapman Flack
Тема Is PG built on any C compilers where int division floors?
Дата
Msg-id 5B3056A9.1000700@anastigmatix.net
обсуждение исходный текст
Ответы Re: Is PG built on any C compilers where int division floors?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
C99 finally pinned down what / does on signed ints, truncating toward zero.

Before that, it could truncate toward zero, or floor toward -inf.

Is PostgreSQL built on any compilers/platforms that have the floor
behavior?

-Chap


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Supporting tls-server-end-point as SCRAM channel binding forOpenSSL 1.0.0 and 1.0.1
Следующее
От: Michael Paquier
Дата:
Сообщение: Incorrect fsync handling in pg_basebackup's tar_finish