1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Rename BlockHash to BlockChecksum.

Checksum is the generally used terminology in the code base, even when a hash is being used as a checksum.
This commit is contained in:
David Steele
2023-03-09 11:04:03 +07:00
parent 6252c0e448
commit 1119a53539
12 changed files with 82 additions and 81 deletions
+2 -2
View File
@@ -575,11 +575,11 @@ src/command/repo/rm.h:
class: core
type: c/h
src/command/restore/blockHash.c:
src/command/restore/blockChecksum.c:
class: core
type: c
src/command/restore/blockHash.h:
src/command/restore/blockChecksum.h:
class: core
type: c/h