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
- 0001-Rename-cryptohashes.c-to-cryptohashfuncs.c.patch (text/x-diff) patch 0001
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
-
Rename cryptohashes.c to cryptohashfuncs.c
- bd94a9c04e04 14.0 landed