mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
Division rounding was causing incorrect results. Test case: test=> SELECT 12345678901234567890 % 123; ?column? ---------- 78 (1 row) Was returning -45.
114 KiB
114 KiB