Re: Transform for pl/perl
От | Thomas Munro |
---|---|
Тема | Re: Transform for pl/perl |
Дата | |
Msg-id | CAEepm=02=Ya7p=-X5Of=JD-+9+bmmwnpd9nr8AeVnOopB6Y+NQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Transform for pl/perl (Anthony Bykov <a.bykov@postgrespro.ru>) |
Ответы |
Re: Transform for pl/perl
|
Список | pgsql-hackers |
On Thu, Dec 7, 2017 at 10:56 PM, Anthony Bykov <a.bykov@postgrespro.ru> wrote: >> Please, find a new version of the patch in attachments to this >> message. Hi again Anthony, I wonder why make check passes for me on my Mac, but when Travis CI (Ubuntu Trusty on amd64) runs it, it fails like this: test jsonb_plperl ... FAILED test jsonb_plperl_relocatability ... ok test jsonb_plperlu ... FAILED test jsonb_plperlu_relocatability ... ok ========= Contents of ./contrib/jsonb_plperl/regression.diffs *** /home/travis/build/postgresql-cfbot/postgresql/contrib/jsonb_plperl/expected/jsonb_plperl.out 2018-01-11 21:46:35.867584467 +0000 --- /home/travis/build/postgresql-cfbot/postgresql/contrib/jsonb_plperl/results/jsonb_plperl.out 2018-01-11 21:55:08.564204175 +0000 *************** *** 89,96 **** (1 row) SELECT testSVToJsonb2('1E+131071'); ! ERROR: could not transform to type "jsonb" ! DETAIL: The type you are trying to transform can't be transformed to jsonb CONTEXT: PL/Perl function "testsvtojsonb2" SELECT testSVToJsonb2('-1'); testsvtojsonb2 --- 89,95 ---- (1 row) SELECT testSVToJsonb2('1E+131071'); ! ERROR: invalid input syntax for type numeric: "inf" CONTEXT: PL/Perl function "testsvtojsonb2" SELECT testSVToJsonb2('-1'); testsvtojsonb2 ====================================================================== *** /home/travis/build/postgresql-cfbot/postgresql/contrib/jsonb_plperl/expected/jsonb_plperlu.out 2018-01-11 21:46:35.867584467 +0000 --- /home/travis/build/postgresql-cfbot/postgresql/contrib/jsonb_plperl/results/jsonb_plperlu.out 2018-01-11 21:55:08.704204228 +0000 *************** *** 89,96 **** (1 row) SELECT testSVToJsonb2('1E+131071'); ! ERROR: could not transform to type "jsonb" ! DETAIL: The type you are trying to transform can't be transformed to jsonb CONTEXT: PL/Perl function "testsvtojsonb2" SELECT testSVToJsonb2('-1'); testsvtojsonb2 --- 89,95 ---- (1 row) SELECT testSVToJsonb2('1E+131071'); ! ERROR: invalid input syntax for type numeric: "inf" CONTEXT: PL/Perl function "testsvtojsonb2" SELECT testSVToJsonb2('-1'); testsvtojsonb2 ====================================================================== -- Thomas Munro http://www.enterprisedb.com
В списке pgsql-hackers по дате отправления: