Re: [HACKERS] bytea_output vs make installcheck

Поиск
Список
Период
Сортировка
От neha khatri
Тема Re: [HACKERS] bytea_output vs make installcheck
Дата
Msg-id CAFO0U+_WxAJ_=PZA1CAso1bqkzBF6qj_FcNaeqykAfcp0fZR9g@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] bytea_output vs make installcheck  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: [HACKERS] bytea_output vs make installcheck  (neha khatri <nehakhatri5@gmail.com>)
Список pgsql-hackers
On Wed, Feb 15, 2017 at 8:50 AM, Jeff Janes <jeff.janes@gmail.com> wrote:
make installcheck currently fails against a server running with bytea_output = escape.

Making it succeed is fairly easy, and I think it is worth doing.

Attached are two options for doing that.  One overrides bytea_output locally where-ever needed, and the other overrides it for the entire 'regression' database.

The solution that overrides bytea_output locally looks appropriate. It may not be required to change the format for entire database.
Had there been a way to convert  bytea_output from 'hex' to 'escape' internally, that could have simplified this customisation even more.

Regards,
Neha

Cheers,
Neha

On Wed, Feb 15, 2017 at 8:50 AM, Jeff Janes <jeff.janes@gmail.com> wrote:
make installcheck currently fails against a server running with bytea_output = escape.

Making it succeed is fairly easy, and I think it is worth doing.

Attached are two options for doing that.  One overrides bytea_output locally where-ever needed, and the other overrides it for the entire 'regression' database.

Cheers,

Jeff




--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: [HACKERS] \if, \elseif, \else, \endif (was Re: PSQL commands:\quit_if, \quit_unless)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] parallelize queries containing subplans