1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Add for Win32:

> 	o Improve dlerror() reporting string
This commit is contained in:
Bruce Momjian
2004-12-02 19:37:58 +00:00
parent be6e9f6266
commit 576bf2f7db

View File

@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Dec 2 14:32:05 EST 2004 Last updated: Thu Dec 2 14:37:45 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
@ -892,6 +892,7 @@ Source Code
backslashes backslashes
o Re-enable timezone output on log_line_prefix '%t' when a o Re-enable timezone output on log_line_prefix '%t' when a
shorter timezone string is available shorter timezone string is available
o Improve dlerror() reporting string
* Wire Protocol Changes * Wire Protocol Changes