Thread: pgsql/src include/mb/pg_wchar.h backend/utils/ ...

pgsql/src include/mb/pg_wchar.h backend/utils/ ...

From
"Marc G. Fournier"
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    scrappy@hub.org    01/09/11 00:50:36

Modified files:
    src/include/mb : pg_wchar.h
    src/backend/utils/mb: conv.c wchar.c

Log message:
    Implement following item in TODO:

    * Reject character sequences those are not valid in their charset


Re: pgsql/src include/mb/pg_wchar.h backend/utils/ ...

From
Bruce Momjian
Date:

TODO updated.

> CVSROOT:    /home/projects/pgsql/cvsroot
> Module name:    pgsql
> Changes by:    scrappy@hub.org    01/09/11 00:50:36
>
> Modified files:
>     src/include/mb : pg_wchar.h
>     src/backend/utils/mb: conv.c wchar.c
>
> Log message:
>     Implement following item in TODO:
>
>     * Reject character sequences those are not valid in their charset
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Re: pgsql/src include/mb/pg_wchar.h backend/utils/ ...

From
Tatsuo Ishii
Date:
Thank you for updating TODO.
--
Tatsuo Ishii

> TODO updated.
>
> > CVSROOT:    /home/projects/pgsql/cvsroot
> > Module name:    pgsql
> > Changes by:    scrappy@hub.org    01/09/11 00:50:36
> >
> > Modified files:
> >     src/include/mb : pg_wchar.h
> >     src/backend/utils/mb: conv.c wchar.c
> >
> > Log message:
> >     Implement following item in TODO:
> >
> >     * Reject character sequences those are not valid in their charset