Re: SHA-2 functions - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: SHA-2 functions
Date
Msg-id 20180222060539.GA3370@paquier.xyz
Whole thread Raw
In response to Re: SHA-2 functions  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: SHA-2 functions  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On Wed, Feb 21, 2018 at 03:45:17PM -0500, Peter Eisentraut wrote:
> On 2/20/18 23:04, Michael Paquier wrote:
>> I think that crypto_hash.c or hash_crypt.c would be adapted as well.
>> crypt.c is too much generic, so including both concepts in the name is
>> the way to go.  The name given by Tom here sounds actually nice.
>
> Updated patches

I have been reviewing both patches, and those look good to me.

git diff --check has one complain:
src/backend/utils/adt/cryptohashes.c:170: new blank line at EOF.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: ALTER TABLE ADD COLUMN fast default
Next
From: Fabien COELHO
Date:
Subject: Re: PATCH: pgbench - break out timing data for initializationphases