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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Is PG built on any C compilers where int division floors?
Дата
Msg-id 23660.1530070402@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Is PG built on any C compilers where int division floors?  (Chapman Flack <chap@anastigmatix.net>)
Список pgsql-hackers
Chapman Flack <chap@anastigmatix.net> writes:
> Do PG's operators just do what the underlying C compiler generates?

Yes.  This is generally true for both the int and float operators.

            regards, tom lane


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

Предыдущее
От: Chapman Flack
Дата:
Сообщение: Re: Is PG built on any C compilers where int division floors?
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Speedup of relation deletes during recovery