Re: pgsql: Improve error handling of cryptohash computations

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Improve error handling of cryptohash computations
Дата
Msg-id 3214611.1642103532@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Improve error handling of cryptohash computations  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-committers
Laurenz Albe <laurenz.albe@cybertec.at> writes:
> On Tue, 2022-01-11 at 00:56 +0000, Michael Paquier wrote:
>> Improve error handling of cryptohash computations

> This commit changes the signature of the exported "pg_md5_hash" function,
> which breaks my extension that uses this function.
> Is there no way to avoid this API break in the back branches?

Probably none of this should have been back-patched --- the issues
are not so large that they require a risk of breaking things in
the back branches.

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: ci: windows: enable build summary to make it easier to spot warn
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ruleutils.c's dumping of whole-row Vars in more contexts.