Re: Bytea PL/Perl transform

From: Иван Панченко <wao(at)mail(dot)ru>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Bytea PL/Perl transform
Date: 2023-03-22 16:17:24
Message-ID: 1679501844.967186803@f167.i.mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


 
 
>Среда, 22 марта 2023, 12:45 +03:00 от Daniel Gustafsson <daniel(at)yesql(dot)se>:

>> On 18 Mar 2023, at 23:25, Иван Панченко < wao(at)mail(dot)ru > wrote:
>>
>> Hi,
>> PostgreSQL passes bytea arguments to PL/Perl functions as hexadecimal strings, which is not only inconvenient, but also memory 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/
Thanks, done:
https://commitfest.postgresql.org/43/4252/
>
>--
>Daniel Gustafsson

--
Ivan
 

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Melanie Plageman 2023-03-22 16:25:23 Re: Add pg_walinspect function with block info columns
Previous Message Robert Haas 2023-03-22 16:16:15 Re: Non-superuser subscription owners