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.0001190041260.11420-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
Huh? MULTIBYTE is defined in include/config.h, where it should be, when
you configure with --enable-multibyte. I explicitly removed the
-DMULTIBYTE option from the compile line. Perhaps the portions of the code
that were "broken" need to include c.h? The -DMULTIBYTE thing ought to go.

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: gperf anyone?
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] Index recreation in vacuum