pgsql: Fix comment in sha2.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in sha2.h
Date: 2020-07-22 01:19:10
Message-ID: E1jy3Pa-0005dF-Mk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in sha2.h

An incorrect reference to SHA-1 was present.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/FE26C953-FA87-4BB9-9105-AA1F8705B0D0@yesql.se

Branch
------
master

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

Modified Files
--------------
src/include/common/sha2.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-07-22 04:52:41 pgsql: Fix conversion table generator scripts.
Previous Message Tom Lane 2020-07-21 23:41:22 pgsql: neqjoinsel must now pass through collation to eqjoinsel.