| From: | momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Support 3 and 4-byte unicode characters. |
| Date: | 2005-06-15 00:15:08 |
| Message-ID: | 20050615001508.BCE0852871@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Support 3 and 4-byte unicode characters.
John Hansen
Modified Files:
--------------
pgsql/src/backend/utils/mb:
conv.c (r1.52 -> r1.53)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/conv.c.diff?r1=1.52&r2=1.53)
wchar.c (r1.43 -> r1.44)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/wchar.c.diff?r1=1.43&r2=1.44)
pgsql/src/include/mb:
pg_wchar.h (r1.58 -> r1.59)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/mb/pg_wchar.h.diff?r1=1.58&r2=1.59)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-06-15 00:34:13 | pgsql: This patch makes it possible to use the full set of timezones |
| Previous Message | Bruce Momjian | 2005-06-15 00:09:27 | pgsql: >> Do you agree that using a hashtable for it in general is a |