pgcrypto: Remove explicit hex encoding/decoding from tests

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgcrypto: Remove explicit hex encoding/decoding from tests
Дата
Msg-id 17dcb4f7-7ac1-e2b6-d5f7-2dfba06cd9ee@enterprisedb.com
обсуждение исходный текст
Ответы 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>)
Список 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.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "houzj.fnst@fujitsu.com"
Дата:
Сообщение: RE: Data is copied twice when specifying both child and parent table in publication
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Non-superuser subscription owners