Re: Transform for pl/perl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Transform for pl/perl
Дата
Msg-id 17423.1523368349@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Transform for pl/perl  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Ответы Re: Transform for pl/perl  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Список pgsql-hackers
ilmari@ilmari.org (Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?=) writes:
> While playing around some more with the extension, I discoverered a few
> more issues:
> ...
> 4) SV_to_JsonbValue() throws an error for infinite NVs, but not NaNs

The others sound like bugs, but that one's intentional, since type
numeric does have a concept of NaN.  If you're arguing that we should
disallow that value in the context of jsonb, maybe so, but it'd likely
take changes in quite a few more places than here.

            regards, tom lane


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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: Reopen logfile on SIGHUP
Следующее
От: Pavan Deolasee
Дата:
Сообщение: Re: Bugs in TOAST handling, OID assignment and redo recovery