File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
Current 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
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -445,6 +445,11 @@ Multi-Language Support
445
445
defaults to the server encoding.
446
446
http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php
447
447
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
+
448
453
449
454
450
455
Views / Rules
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
395
395
< p > Currently client_encoding is set in postgresql.conf, which
396
396
defaults to the server encoding.
397
397
< 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.
398
402
</ p >
399
403
</ li > </ ul >
400
404
< h1 > < a name ="section_6 "> Views / Rules</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments