pgsql: Force the regression databases to have bytea_output set to hex

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Force the regression databases to have bytea_output set to hex
Date: 2017-03-20 22:20:12
Message-ID: E1cq5eu-0000WE-T9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Force the regression databases to have bytea_output set to hex

Even if the installation defaults to escape output, this makes
pg_regress make the setting hex, so that installcheck tests can pass in
such a setting.

Jeff Janes.

Discussion: http://postgr.es/m/CAMkU=1xivkTNeyCfzhwdHJ+VH5qpU+4gsipRNuEUbyQf+KN3Kw@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/aa740b59a6841d29a0ce0206e61e99ba9531eba4

Modified Files
--------------
src/test/regress/pg_regress.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-20 23:58:37 Re: pgsql: Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
Previous Message Andrew Dunstan 2017-03-20 20:50:54 pgsql: Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING