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
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