Re: pgsql: Improve error handling of cryptohash computations

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Improve error handling of cryptohash computations
Date: 2022-01-13 17:52:19
Message-ID: 9f0c0a96d28cf14fc87296bbe67061c14eb53ae8.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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?

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-01-13 19:20:24 pgsql: ci: windows: run initdb with --no-sync.
Previous Message Tom Lane 2022-01-13 17:13:08 Re: pgsql: Check for STATUS_DELETE_PENDING on Windows.