Laurenz Albe <laurenz.a...@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