Re: jsonb and nested hstore - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: jsonb and nested hstore
Date
Msg-id CAM3SWZTn8L+ZJs=nbo5aw80Uzh__XPfOHEKOsgRV7uTT6s20kg@mail.gmail.com
Whole thread Raw
In response to Re: jsonb and nested hstore  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
On Tue, Mar 4, 2014 at 2:18 AM, Peter Geoghegan <pg@heroku.com> wrote:
> On Tue, Mar 4, 2014 at 2:18 AM, Teodor Sigaev <teodor@sigaev.ru> 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.

Perhaps this is obvious, but: I expect that you intend to fix the
inconsistency by having everywhere use a native numeric comparison.

Thanks
-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: jsonb and nested hstore
Next
From: Heikki Linnakangas
Date:
Subject: Re: requested shared memory size overflows size_t