Re: [HACKERS] multi-byte support broken in current - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] multi-byte support broken in current
Date
Msg-id Pine.LNX.4.21.0001190225470.23390-100000@localhost.localdomain
Whole thread Raw
In response to multi-byte support broken in current  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: [HACKERS] multi-byte support broken in current
List 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@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Cannot compile psql
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Index recreation in vacuum