Re: reducing NUMERIC size for 9.1
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2010-08-04T16:55:22Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > *scratches head* > One of those tests uses < and the other uses <= > Which one is wrong? Well, neither, since NUMERIC(0,0) is disallowed. However, it's probably not the place of these functions to assume that, so I'd suggest treating equality as valid. regards, tom lane