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

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: peter_e(at)gmx(dot)net
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] multi-byte support broken in current
Date: 2000-01-19 01:48:50
Message-ID: 20000119104850Q.t-ishii@sra.co.jp
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.

Oh, I see. I reverted back my change to Makefile.global. Sorry for the
confusion.

BTW, while running configure, --with-mb is silently ignored. This is
not good since users might believe multibyte has been enabled. I have
added checking for --with-mb. If it is specified, configure now prints
an error message and exits.
--
Tatsuo Ishii

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 2000-01-19 01:49:28 Re: [HACKERS] gperf anyone?
Previous Message Tatsuo Ishii 2000-01-19 01:35:18 Re: [HACKERS] date/time problem in v6.5.3 and 7.0.0 ...