| From: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
|---|---|
| To: | tgl(at)sss(dot)pgh(dot)pa(dot)us |
| Cc: | mail(at)joeconway(dot)com, pgsql-patches(at)postgresql(dot)org, lockhart(at)fourpalms(dot)org |
| Subject: | Re: unknownin/out patch (was [HACKERS] PQescapeBytea is not |
| Date: | 2002-04-08 05:45:13 |
| Message-ID: | 20020408144513I.t-ishii@sra.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
> >> Also as a side note, I can't get make check to get past initdb if I
> >> configure with --enable-multibyte on CVS tip. Is there a known problem
>
> > News to me --- anyone else seeing that?
>
> FWIW, CVS tip with --enable-multibyte builds and passes regression tests
> here (modulo the horology thing). I concur with Chris' suggestion that
> you may not have done a clean reconfiguration. If you're not using
> --enable-depend then a "make clean" is certainly needed.
Try a multibyte encoding database. For example,
$ createdb -E EUC_JP test
$ psql -c 'SELECT SUBSTRING('1234567890' FROM 3)' test
substring
-----------
3456
(1 row)
Apparently this is wrong.
--
Tatsuo Ishii
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2002-04-08 06:06:43 | Re: unknownin/out patch (was [HACKERS] PQescapeBytea is |
| Previous Message | Tom Lane | 2002-04-08 05:25:21 | Re: unknownin/out patch (was [HACKERS] PQescapeBytea is not multibyte aware) |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2002-04-08 06:06:43 | Re: unknownin/out patch (was [HACKERS] PQescapeBytea is |
| Previous Message | Tom Lane | 2002-04-08 05:25:21 | Re: unknownin/out patch (was [HACKERS] PQescapeBytea is not multibyte aware) |