Re: postgresql v7.1.3 bug report - Mailing list pgsql-bugs

From Tom Lane
Subject Re: postgresql v7.1.3 bug report
Date
Msg-id 8043.999660917@sss.pgh.pa.us
Whole thread Raw
In response to Re: postgresql v7.1.3 bug report  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: postgresql v7.1.3 bug report  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-bugs
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> Note that EUC_TW or any multibyte encodings that are allowed for
> backend side, do not contain such ASCII special characters as "|" and
> should be safe for the parser and the regexp routines.

But the point is that a pg_wchar is being squeezed down to a char.
PEEK() produces a pg_wchar, no?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: postgresql v7.1.3 bug report
Next
From: Tomasz Zielonka
Date:
Subject: Re: Error in backend/storage/lmgr/proc.c: ProcSleep()