ilm...@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