Re: pgsql: Transforms for jsonb to PL/Python

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Transforms for jsonb to PL/Python
Дата
Msg-id 32364.1522687010@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Transforms for jsonb to PL/Python  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-committers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> On 4/1/18 18:07, Tom Lane wrote:
>> 1. Just remove the tests involving inf/nan.  As far as I can see,
>> there's no explicit handling of these cases in jsonb_plpython,
>> so we're not really buying any test coverage of our own code anyway.

> That makes sense.

OK, done.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove contrib/jsonb_plpython's tests for infinity and NaNconve
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Fix \ef, \sf tab completion