Re: jsonb and nested hstore

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: jsonb and nested hstore
Дата
Msg-id CAHyXU0ygaCrWNoc6WKVix6ZZvqr=RmdeMbH5_vMpM_ZW+jk5jw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: jsonb and nested hstore  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: jsonb and nested hstore  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
On Tue, Mar 4, 2014 at 6:48 AM, Teodor Sigaev <teodor@sigaev.ru> wrote:
>> On Tue, Mar 4, 2014 at 2:44 AM, Teodor Sigaev <teodor@sigaev.ru> wrote:
>>>
>>> Do we have function to trim right zeros  in numeric?
>
>
> Fixed, pushed to github
> (https://github.com/feodor/postgres/tree/jsonb_and_hstore). Now it used
> hash_numeric to index numeric value. As I can see, it provides needed trim
> and doesn't depend on locale. Possible mismatch (the same hash value for
> different numeric valye) will rechecked anyway - interested operations set
> recheck flag.

huh.  what it is the standard for equivalence?  I guess we'd be
following javascript ===, right?
(http://dorey.github.io/JavaScript-Equality-Table/).

merlin



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: walsender can ignore send failures in WalSndLoop
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: ALTER TABLE lock strength reduction patch is unsafe