Skip to content
Snippets Groups Projects
user avatar
Bruce Momjian authored
Division rounding was causing incorrect results.  Test case:

	test=> SELECT 12345678901234567890 % 123;
	 ?column?
	----------
	       78
	(1 row)

Was returning -45.
1bc92352
History