pgsql: Fix copy-paste error with SHA256 digest length in checksum_helpe

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix copy-paste error with SHA256 digest length in checksum_helpe
Date: 2021-02-11 10:17:58
Message-ID: E1lA92s-00085y-TQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix copy-paste error with SHA256 digest length in checksum_helper.c

Issue introduced by 87ae969, noticed while working on the area. While
on it, fix some grammar in the surrounding static assertions.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/42d74e0c443760af91875af99d2655c9eb4c40df

Modified Files
--------------
src/common/checksum_helper.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-02-11 16:23:50 pgsql: Remove no-longer-used RTE argument of markVarForSelectPriv().
Previous Message Peter Eisentraut 2021-02-11 08:56:31 pgsql: Add test case for abbrev(cidr)