Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit efdb082

Browse files
committed
Add:
> > * Change memory allocation for multi-byte functions so memory is > allocated inside conversion functions > > Currently we preallocate memory based on worst-case usage.
1 parent 177eae1 commit efdb082

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/TODO

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
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
55

66
The most recent version of this document can be viewed at
77
http://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

450455
Views / Rules

doc/src/FAQ/TODO.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>

0 commit comments

Comments
 (0)