Renaming cryptohashes.c to cryptohashfuncs.c

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-12-03T02:03:49Z
Lists: pgsql-hackers

Attachments

Hi all,

Now that the tree has a new set of files for cryptohash functions as
of src/common/cryptohash*.c, it is a bit weird to have another file
called cryptohashes.c for the set of SQL functions.

Any objections to rename that to cryptohashfuncs.c?  That would be
much more consistent with the surroundings (cleaning up anythig
related to MD5 is on my TODO list).  Patch is attached.

Thoughts?
--
Michael

Commits

  1. Rename cryptohashes.c to cryptohashfuncs.c