Re: Is PG built on any C compilers where int division floors? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Is PG built on any C compilers where int division floors?
Date
Msg-id 23660.1530070402@sss.pgh.pa.us
Whole thread Raw
In response to Re: Is PG built on any C compilers where int division floors?  (Chapman Flack <chap@anastigmatix.net>)
List 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 by date:

Previous
From: Chapman Flack
Date:
Subject: Re: Is PG built on any C compilers where int division floors?
Next
From: Thomas Munro
Date:
Subject: Re: Speedup of relation deletes during recovery