Re: Improve error handling of HMAC computations and SCRAM
Sergey Shinderuk <s.shinderuk@postgrespro.ru>
From: Sergey Shinderuk <s.shinderuk@postgrespro.ru>
To: Michael Paquier <michael@paquier.xyz>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-11T08:08:59Z
Lists: pgsql-hackers
On 11.01.2022 10:57, Michael Paquier wrote: > On Tue, Jan 11, 2022 at 10:50:50AM +0300, Sergey Shinderuk wrote: >> + * Returns a static string providing errors about an error that happened >> >> "errors about an error" looks odd. > > Sure, that could be reworded. What about "providing details about an > error"? Yeah, that's better. I thought "providing errors about an error" was a typo, but now I see the same comment was committed in b69aba745. Is it just me? :) Thanks, -- Sergey Shinderuk https://postgrespro.com/
Commits
-
Improve error handling of HMAC computations
- 5513dc6a304d 15.0 landed
-
Fix incorrect comments in hmac.c and hmac_openssl.c
- 3c1ffd02dd05 14.2 landed
- 87f29f4fcc4e 15.0 landed
-
Fix comment related to pg_cryptohash_error()
- af8d530e4758 14.2 landed
- 9a3d8e188667 15.0 landed