locale - Search results
Mailing lists >> pgsql-patches >> Thread
2008-06-23 16:30:33 | Re: Simplify formatting.c (Bruce Momjian)
locale.c contains only locale-specific stuff, while these functions have locale and non-locale
Mailing lists >> pgsql-patches >> Thread
2008-06-23 16:28:50 | Re: Simplify formatting.c (Bruce Momjian)
locale"), - errhint("The server's LC_CTYPE locale is probably incompatible with the database encoding
Mailing lists >> pgsql-patches >> Thread
2008-06-21 17:06:51 | Re: Simplify formatting.c (Bruce Momjian)
locale. ! * Also, for a C locale there is no need to process as multibyte. ! */ ! if (pg_database
Mailing lists >> pgsql-patches >> Thread
2008-06-18 15:43:49 | Re: Simplify formatting.c (Bruce Momjian)
locale"), - errhint("The server's LC_CTYPE locale is probably incompatible with the database encoding
Mailing lists >> pgsql-patches >> Thread
2008-06-17 13:10:54 | Re: Simplify formatting.c (Bruce Momjian)
locale.c *** src/backend/tsearch/ts_locale.c 1 Jan 2008 19:45:52 -0000 1.7 --- src/backend/tsearch/ts_locale.c 17 Jun 2008 16:06:54 -0000 *************** *** 17,23 **** #include
Mailing lists >> pgsql-patches >> Thread
2008-06-13 21:16:52 | Re: Simplify formatting.c (Bruce Momjian)
locale. --- 471,496 ---- Datum initcap(PG_FUNCTION_ARGS) { ! text *string = PG_GETARG_TEXT_PP(0); ! char
Mailing lists >> pgsql-patches >> Thread
2008-05-20 20:09:44 | Re: Simplify formatting.c (Tom Lane)
locale is about dealing with the locale state, not about doing actual operations based on the locale
Mailing lists >> pgsql-patches >> Thread
2008-05-20 11:57:30 | Re: Simplify formatting.c (Euler Taveira de Oliveira)
locale.c? BTW, formatting.c and oracle_compat.c already include pg_locale.h. -- Euler Taveira