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 floorbehavior?
-Chap