pgsql: Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h
Date: 2021-01-15 03:00:41
Message-ID: E1l0FLt-0003L3-GX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h

The last reference to those variables has been removed in aef8948, so
this cleans up a bit the code.

Discussion: https://postgr.es/m/X//ggAqmTtt+3t7X(at)paquier(dot)xyz

Branch
------
master

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

Modified Files
--------------
src/include/common/sha2.h | 4 ----
1 file changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-01-15 03:45:14 pgsql: Fix calculation of how much shared memory is required to store a
Previous Message Michael Paquier 2021-01-15 02:50:46 Re: pgsql: Ensure that a standby is able to follow a primary on a newer tim