Bytea PL/Perl transform

Поиск
Список
Период
Сортировка
От Иван Панченко
Тема Bytea PL/Perl transform
Дата
Msg-id 1679178327.555465221@f141.i.mail.ru
обсуждение исходный текст
Ответы Re: Bytea PL/Perl transform  (Daniel Gustafsson <daniel@yesql.se>)
Re: Bytea PL/Perl transform  (Greg Sabino Mullane <htamfids@gmail.com>)
Список pgsql-hackers
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.
 
Regards,
Ivan Panchenko
 
 
 
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Making background psql nicer to use in tap tests
Следующее
От: Melanie Plageman
Дата:
Сообщение: Re: Should vacuum process config file reload more often