Re: jsonb and nested hstore

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: obartunov(at)gmail(dot)com, Andres Freund <andres(at)2ndquadrant(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb and nested hstore
Date: 2014-03-04 10:21:01
Message-ID: CAM3SWZTn8L+ZJs=nbo5aw80Uzh__XPfOHEKOsgRV7uTT6s20kg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 4, 2014 at 2:18 AM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> On Tue, Mar 4, 2014 at 2:18 AM, Teodor Sigaev <teodor(at)sigaev(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-04 10:32:34 Re: requested shared memory size overflows size_t
Previous Message Peter Geoghegan 2014-03-04 10:18:56 Re: jsonb and nested hstore