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

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

  1. pgcrypto: Remove explicit hex encoding/decoding from tests