Re: Transform for pl/perl
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Aleksander Alekseev <a.alekseev@postgrespro.ru>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>,
Anthony Bykov <a.bykov@postgrespro.ru>
Date: 2017-12-01T16:37:38Z
Lists: pgsql-hackers
On Fri, Dec 1, 2017 at 12:30 AM, Michael Paquier <michael.paquier@gmail.com> wrote: > On Tue, Nov 28, 2017 at 5:14 PM, Aleksander Alekseev > <a.alekseev@postgrespro.ru> wrote: >> The new status of this patch is: Ready for Committer > > Patch moved to CF 2018-01. Perhaps a committer will look at it at some point. FWIW, although I like the idea, I'm not going to work on the patch. I like Perl, but I neither know its internals nor use plperl. I hope someone else will be interested. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Fix jsonb_plperl to convert Perl UV values correctly.
- 93b6e03ab479 11.0 landed
-
Fix contrib/hstore_plperl to look through scalar refs.
- e3b7f7cc5063 11.0 landed
- 7594b7a53366 10.5 landed
- 645929c545ef 9.5.14 landed
- 1bebfb9b6365 9.6.10 landed
-
Allow plperl_sv_to_datum to look through scalar refs.
- 3a382983d142 11.0 landed
-
Fix excessive enreferencing in jsonb-to-plperl transform.
- 1731e3741cbb 11.0 landed