pgcrypto: Remove explicit hex encoding/decoding from tests - Mailing list pgsql-hackers

From Peter Eisentraut
Subject pgcrypto: Remove explicit hex encoding/decoding from tests
Date
Msg-id 17dcb4f7-7ac1-e2b6-d5f7-2dfba06cd9ee@enterprisedb.com
Whole thread Raw
Responses Re: pgcrypto: Remove explicit hex encoding/decoding from tests  (Daniel Gustafsson <daniel@yesql.se>)
Re: pgcrypto: Remove explicit hex encoding/decoding from tests  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: "houzj.fnst@fujitsu.com"
Date:
Subject: RE: Data is copied twice when specifying both child and parent table in publication
Next
From: Amit Kapila
Date:
Subject: Re: Non-superuser subscription owners