Rename cryptohashes.c to cryptohashfuncs.c
authorMichael Paquier <michael@paquier.xyz>
Fri, 4 Dec 2020 03:58:44 +0000 (12:58 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 4 Dec 2020 03:58:44 +0000 (12:58 +0900)
commitbd94a9c04e04bb3b626e88981a50fcca2bd99d60
treefc386a6cd043da9d074ac9818b36def2c719e7ee
parent4f48a6fbe2b28d8281dbbfa2d334fa2ed8472734
Rename cryptohashes.c to cryptohashfuncs.c

87ae969 has created two new files called cryptohash{_openssl}.c in
src/common/, whose names overlap with the existing backend file called
cryptohashes.c dedicated to the SQL wrappers for SHA2 and MD5.  This
file is renamed to cryptohashfuncs.c to be more consistent with the
surroundings and reduce the confusion with the new cryptohash interface
of src/common/.

Author: Michael Paquier
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/X8hHhaQgbMbW+aGU@paquier.xyz
src/backend/utils/adt/Makefile
src/backend/utils/adt/cryptohashfuncs.c [moved from src/backend/utils/adt/cryptohashes.c with 98% similarity]