Re: Bytea PL/Perl transform

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: Иван Панченко <wao(at)mail(dot)ru>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Bytea PL/Perl transform
Date: 2023-06-22 20:56:43
Message-ID: CAKAnmm+piUeQQX+ppF2je2XuxESPHTp+HYJ-jhrMFtuUJJeGsg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> So I decided to propose a simple transform extension to pass bytea as
> native Perl octet strings.

Quick review, mostly housekeeping things:

* Needs a rebase, minor failure on Mkvcbuild.pm
* Code needs standardized formatting, esp. bytea_plperl.c
* Needs to be meson-i-fied (i.e. add a "meson.build" file)
* Do all of these transforms need to be their own contrib modules? So much
duplicated code across contrib/*_plperl already (and *plpython too for that
matter) ...

Cheers,
Greg

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2023-06-22 21:22:19 Re: pg_collation.collversion for C.UTF-8
Previous Message Matthias van de Meent 2023-06-22 20:50:35 Re: Improving btree performance through specializing by key shape, take 2