pgsql: Avoid platform-dependent output from Data::Dumper.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Avoid platform-dependent output from Data::Dumper.
Дата
Msg-id E1fUzHO-0005Tt-DI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid platform-dependent output from Data::Dumper.

Per buildfarm, the output from Data::Dumper for an IEEE infinity
is platform-dependent (e.g. "inf" vs "Inf").  Just skip that one
test case in the plperlu test; testing it on the plperl side is
coverage enough.  Fixes issue in commit 1731e3741.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e4300a3552b104f54ec781dd23cfcf96252ec5c1

Modified Files
--------------
contrib/jsonb_plperl/expected/jsonb_plperlu.out | 6 ++----
contrib/jsonb_plperl/sql/jsonb_plperlu.sql      | 3 ++-
2 files changed, 4 insertions(+), 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix excessive enreferencing in jsonb-to-plperl transform.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow plperl_sv_to_datum to look through scalar refs.