Re: Bytea PL/Perl transform - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Bytea PL/Perl transform
Date
Msg-id A934421A-2BF1-4B3D-8D53-C9CB25BEDA8F@yesql.se
Whole thread Raw
In response to Bytea PL/Perl transform  (Иван Панченко <wao@mail.ru>)
Responses Re: Bytea PL/Perl transform  (Иван Панченко <wao@mail.ru>)
List pgsql-hackers
> On 18 Mar 2023, at 23:25, Иван Панченко <wao@mail.ru> wrote:
>
> Hi,
> PostgreSQL passes bytea arguments to PL/Perl functions as hexadecimal strings, which is not only inconvenient, but
alsomemory and time consuming. 
> So I decided to propose a simple transform extension to pass bytea as native Perl octet strings.
> Please find the patch attached.

Thanks for the patch, I recommend registering this in the currently open
Commitfest to make sure it's kept track of:

    https://commitfest.postgresql.org/43/

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Save a few bytes in pg_attribute
Next
From: Peter Eisentraut
Date:
Subject: Re: gcc 13 warnings