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

From Chapman Flack
Subject Is PG built on any C compilers where int division floors?
Date
Msg-id 5B3056A9.1000700@anastigmatix.net
Whole thread Raw
Responses Re: Is PG built on any C compilers where int division floors?
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Supporting tls-server-end-point as SCRAM channel binding forOpenSSL 1.0.0 and 1.0.1
Next
From: Michael Paquier
Date:
Subject: Incorrect fsync handling in pg_basebackup's tar_finish