Fix incorrect PG_GETARG in pgcrypto

Поиск
Список
Период
Сортировка
От shihao zhong
Тема Fix incorrect PG_GETARG in pgcrypto
Дата
Msg-id CAGRkXqRfiWT--DzVPx_UGpNHTt0YT5Jo8eV2CtT56jNP=QpXSQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fix incorrect PG_GETARG in pgcrypto  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi hackers,

I'd like to bring to your attention that I recently identified some
functions in pgcrypto that are using PG_GETARG functions in a way that
doesn't match the expected function signature of the stored
procedures. This patch proposes a solution to address these
inconsistencies and ensure proper alignment.

Thanks,
Shihao

Вложения

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

Предыдущее
От: shihao zhong
Дата:
Сообщение: Re: Encoding protection for pgcrypto
Следующее
От: Corey Huinker
Дата:
Сообщение: Re: Statistics Import and Export