pg_regress multibyte setting

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_regress multibyte setting
Date: 2011-01-11 23:06:58
Message-ID: 1294787218.17361.41.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is it a good idea that we run make check with MULTIBYTE = SQL_ASCII by
default? We run it with the user's locale by default, so shouldn't we
use the encoding that belongs to the locale by default? Otherwise we
are testing a fairly unrepresentative environment. If you really want
to test SQL_ASCII you could of course choose it explicitly or set the
locale to C.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2011-01-11 23:07:53 Re: arrays as pl/perl input arguments [PATCH]
Previous Message Joel Jacobson 2011-01-11 22:55:07 Re: pg_depend explained