Re: [HACKERS] fatal copy in/out error (6.5.3) - Mailing list pgsql-hackers

From Michael Robinson
Subject Re: [HACKERS] fatal copy in/out error (6.5.3)
Date
Msg-id 200001241712.BAA38392@netrinsics.com
Whole thread Raw
In response to Re: [HACKERS] fatal copy in/out error (6.5.3)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] fatal copy in/out error (6.5.3)
Re: [HACKERS] fatal copy in/out error (6.5.3)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:
>Hmm.  I get
>    0000000 217 210  \n
>    0000003
>with either current sources or 6.5.3.  I don't have MULTIBYTE nor
>USE_LOCALE turned on, though.  What is your configuration exactly?

My config line:./configure  --with-mb=EUC_CN

I can forward my include/config.h if that would be helpful.

The OS is FreeBSD 3.4-RELEASE.

>This looks to me like something is deciding that \217 must be the
>start of a 3-byte multibyte character... in which case, it should have
>appeared that way in your database, I think.

That would be very weird, if true.  \217 is certainly not the beginning of
a UTF-8 three-byte sequence, and EUC doesn't have three-byte codes.
-Michael Robinson



pgsql-hackers by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] Well, then you keep your darn columns
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Some notes on optimizer cost estimates