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

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-18 23:43:36
Message-ID: Pine.LNX.4.21.0001190041260.11420-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2000-01-19 00:35:58 RE: [HACKERS] Index recreation in vacuum
Previous Message Peter Eisentraut 2000-01-18 23:38:18 gperf anyone?