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

Add hex encode/decoding to decode module.

This replaces the bufHex() function and also allows hex to be decoded.
This commit is contained in:
David Steele
2022-12-11 19:46:48 +07:00
parent 9a9ee8e640
commit 010efffb0c
26 changed files with 282 additions and 85 deletions
+2 -2
View File
@@ -122,7 +122,7 @@ unit:
# ----------------------------------------------------------------------------------------------------------------------------
- name: encode
total: 2
total: 3
coverage:
- common/encode
@@ -168,7 +168,7 @@ unit:
# ----------------------------------------------------------------------------------------------------------------------------
- name: type-buffer
total: 6
total: 5
coverage:
- common/type/buffer