Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitefdb082

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 parent177eae1 commitefdb082

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

‎doc/TODO

Lines changed: 6 additions & 1 deletion
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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="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
<ahref="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
<ahref="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><aname="section_6">Views / Rules</a></h1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp