Re: [HACKERS] multi-byte support broken in current

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] multi-byte support broken in current
Дата
Msg-id Pine.LNX.4.21.0001190225470.23390-100000@localhost.localdomain
обсуждение исходный текст
Ответ на multi-byte support broken in current  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: [HACKERS] multi-byte support broken in current  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Cannot compile psql
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Index recreation in vacuum