Transform for pl/perl

Anthony Bykov <a.bykov@postgrespro.ru>

From: anthony <a.bykov@postgrespro.ru>
To: pgsql-hackers@postgresql.org
Date: 2017-10-24T11:01:29Z
Lists: pgsql-hackers

Attachments

Hello.
Please, check out jsonb transform
(https://www.postgresql.org/docs/9.5/static/sql-createtransform.html)
for pl/perl language I've implemented.

Commits

  1. Fix jsonb_plperl to convert Perl UV values correctly.

  2. Fix contrib/hstore_plperl to look through scalar refs.

  3. Allow plperl_sv_to_datum to look through scalar refs.

  4. Fix excessive enreferencing in jsonb-to-plperl transform.