| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [HACKERS] multi-byte support broken in current |
| Date: | 2000-01-19 03:00:12 |
| Message-ID: | Pine.LNX.4.21.0001190225470.23390-100000@localhost.localdomain |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Further investigation showed that header files where indeed missing in
some files, in particular the regex code. Is that what was broken? I fixed
that now and removed all the MBFLAGS business. Every file should include
"postgres.h", so it grabs the #define MULTIBYTE 1 from include/config.h.
If you got any more problems with this, let me know and I'll help fix it.
Btw., I tried running the multibyte regression tests, that didn't work so
well.
On 2000-01-18, Tatsuo Ishii mentioned:
> The multi-byte support in current had been broken for a while due to
> missing compile flag in Makefile.global.in. I have just committed fix
> for the problem, and should be ok now.
> --
> Tatsuo Ishii
>
> ************
>
>
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2000-01-19 03:08:25 | Re: [HACKERS] Index recreation in vacuum |
| Previous Message | Peter Eisentraut | 2000-01-19 02:59:50 | Re: [HACKERS] Cannot compile psql |