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

Commit83a0d89

Browse files
committed
Added:
<> * Prevent mismatch of frontend/backend encodings from converting bytea> data from being interpreted as encoded strings512a514,515> * Fix glibc's mktime() to handle pre-1970's dates>
1 parent2f7e3a2 commit83a0d89

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎doc/TODO‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Fri Aug 16 00:31:51 EDT 2002
3+
Last updated:Fri Aug 16 00:45:36 EDT 2002
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -119,7 +119,8 @@ Multi-Language Support
119119
* Optimize locale to have minimal performance impact when not used (Peter E)
120120
* Add octet_length_server() and octet_length_client() (Thomas, Tatsuo)
121121
* Make octet_length_client the same as octet_length() (?)
122-
122+
* Prevent mismatch of frontend/backend encodings from converting bytea
123+
data from being interpreted as encoded strings
123124

124125
Views / Rules
125126
=============
@@ -510,6 +511,8 @@ Source Code
510511
* Remove or relicense modules that are not under the BSD license, if possible
511512
* Remove memory/file descriptor freeing befor elog(ERROR) (Bruce)
512513
* Create native Win32 port [win32]
514+
* Fix glibc's mktime() to handle pre-1970's dates
515+
513516

514517
---------------------------------------------------------------------------
515518

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp