pgsql: Fix comment related to pg_cryptohash_error()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment related to pg_cryptohash_error()
Date: 2022-01-12 03:40:32
Message-ID: E1n7UUy-0006Wc-WA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment related to pg_cryptohash_error()

One of the comments introduced in b69aba7 was worded a bit weirdly, so
improve it.

Reported-by: Sergey Shinderuk
Discussion: https://postgr.es/m/71b9a5d2-a3bf-83bc-a243-93dcf0bcfb3b@postgrespro.ru
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9a3d8e1886670ca3532687c5336d97965a79a084

Modified Files
--------------
src/common/cryptohash.c | 2 +-
src/common/cryptohash_openssl.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-01-12 03:40:33 pgsql: Fix comment related to pg_cryptohash_error()
Previous Message Michael Paquier 2022-01-12 02:24:21 Re: pgsql: Clean up error message reported after \password encryption failu