pgsql: Fix comment related to pg_cryptohash_error() - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment related to pg_cryptohash_error()
Date
Msg-id E1n7UUz-0006We-0R@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/af8d530e47588d909a3c8d400b21a273e50498d6

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix comment related to pg_cryptohash_error()
Next
From: Michael Paquier
Date:
Subject: pgsql: Refactor set of routines specific to elog.c