File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11PostgreSQL TODO List
22====================
33Current maintainer: Bruce Momjian (bruce@momjian.us)
4- Last updated: Tue Mar 11 15:34:06 EDT 2008
4+ Last updated: Tue Mar 11 15:44:35 EDT 2008
55
66The most recent version of this document can be viewed at
77http://www.postgresql.org/docs/faqs.TODO.html.
@@ -445,6 +445,11 @@ Multi-Language Support
445445 defaults to the server encoding.
446446 http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php
447447
448+ * Change memory allocation for multi-byte functions so memory is
449+ allocated inside conversion functions
450+
451+ Currently we preallocate memory based on worst-case usage.
452+
448453
449454
450455Views / Rules
Original file line number Diff line number Diff line change 88< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
99< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
1010< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11- Last updated: Tue Mar 11 15:34:06 EDT 2008
11+ Last updated: Tue Mar 11 15:44:35 EDT 2008
1212</ p >
1313< p > The most recent version of this document can be viewed at< br />
1414< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -395,6 +395,10 @@ <h1><a name="section_5">Multi-Language Support</a></h1>
395395< p > Currently client_encoding is set in postgresql.conf, which
396396 defaults to the server encoding.
397397 < a href ="http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php "> http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php</ a >
398+ </ p >
399+ </ li > < li > Change memory allocation for multi-byte functions so memory is
400+ allocated inside conversion functions
401+ < p > Currently we preallocate memory based on worst-case usage.
398402</ p >
399403</ li > </ ul >
400404< h1 > < a name ="section_6 "> Views / Rules</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments