I tried try.mongodb.com > 25 == 25.0 true
On Tue, Mar 4, 2014 at 2:18 PM, Peter Geoghegan <[email protected]> wrote: > On Tue, Mar 4, 2014 at 2:18 AM, Teodor Sigaev <[email protected]> wrote: >> That is because compareJsonbValue compares numeric values with a help of >> numeric_cmp() instead of comparing text representation. This inconsistent >> will be fixed. > > Cool. > > > -- > Peter Geoghegan -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
