Re: Bytea PL/Perl transform

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Bytea PL/Perl transform
Дата
Msg-id A934421A-2BF1-4B3D-8D53-C9CB25BEDA8F@yesql.se
обсуждение исходный текст
Ответ на Bytea PL/Perl transform  (Иван Панченко <wao@mail.ru>)
Ответы Re: Bytea PL/Perl transform  (Иван Панченко <wao@mail.ru>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Save a few bytes in pg_attribute
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: gcc 13 warnings