pgsql: Fix incorrect comments in hmac.c and hmac_openssl.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect comments in hmac.c and hmac_openssl.c
Date: 2022-01-13 00:44:19
Message-ID: E1n7oDz-0005cn-GJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect comments in hmac.c and hmac_openssl.c

Both files referred to pg_hmac_ctx->data, which, I guess, comes from the
early versions of the patch that has resulted in commit e6bdfd9.

Author: Sergey Shinderuk
Discussion: https://postgr.es/m/8cbb56dd-63d6-a581-7a65-25a97ac4be03@postgrespro.ru
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3c1ffd02dd058666ddf27d7e621ab5bbc4b769bb

Modified Files
--------------
src/common/hmac.c | 4 +---
src/common/hmac_openssl.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2022-01-13 03:19:47 pgsql: doc: Add "(process)" to the term "WAL receiver" in glossary.
Previous Message Peter Geoghegan 2022-01-12 23:44:50 pgsql: Fix memory leak in indexUnchanged hint mechanism.