Re: pgsql: Improve error handling of cryptohash computations - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Improve error handling of cryptohash computations
Date
Msg-id 3214611.1642103532@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Improve error handling of cryptohash computations  (Michael Paquier <michael@paquier.xyz>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: ci: windows: enable build summary to make it easier to spot warn
Next
From: Tom Lane
Date:
Subject: pgsql: Fix ruleutils.c's dumping of whole-row Vars in more contexts.