pgcrypto: Remove explicit hex encoding/decoding from tests

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pgcrypto: Remove explicit hex encoding/decoding from tests
Date: 2021-12-02 09:22:49
Message-ID: 17dcb4f7-7ac1-e2b6-d5f7-2dfba06cd9ee@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
0001-pgcrypto-Remove-explicit-hex-encoding-decoding-from-.patch text/plain 112.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2021-12-02 09:29:46 Re: Non-superuser subscription owners
Previous Message houzj.fnst@fujitsu.com 2021-12-02 08:54:18 RE: Data is copied twice when specifying both child and parent table in publication