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?
Список 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 по дате отправления: