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

From Michael Paquier
Subject pgsql: Fix copy-paste error with SHA256 digest length in checksum_helpe
Date
Msg-id E1lA92s-00085y-TQ@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add test case for abbrev(cidr)
Next
From: Tom Lane
Date:
Subject: pgsql: Remove no-longer-used RTE argument of markVarForSelectPriv().