1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
> 	o Improve signal handling,
> 	  http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
This commit is contained in:
Bruce Momjian
2005-09-27 15:18:13 +00:00
parent 240c8e7e43
commit 451cd7d426
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Tue Sep 27 09:39:26 EDT 2005
Last updated: Tue Sep 27 11:18:04 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -1067,6 +1067,8 @@ Source Code
o Re-enable timezone output on log_line_prefix '%t' when a
shorter timezone string is available
o Fix problem with shared memory on the Win32 Terminal Server
o Improve signal handling,
http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
* Wire Protocol Changes