pgcrypto: Remove explicit hex encoding/decoding from tests
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-12-02T09:22:49Z
Lists: pgsql-hackers
Attachments
- 0001-pgcrypto-Remove-explicit-hex-encoding-decoding-from-.patch (text/plain) patch 0001
pgcrypto tests use encode() and decode() calls to convert to/from hex encoding. This was from before the hex format was available in bytea. Now we can remove the extra explicit encoding/decoding calls and rely on the default output format.
Commits
-
pgcrypto: Remove explicit hex encoding/decoding from tests
- 814e1d9ff7a8 15.0 landed