From 9b711e766ea3f9e23a5b3a4c4ff828ec9e5f329b Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 2 Dec 2004 23:11:30 +0000
Subject: [PATCH] Add:

<
> 	o Fix problem with shared memory on the Win32 Terminal Server
---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index d64d6068e7f..80e03346240 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 TODO list for PostgreSQL
 ========================
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:		Thu Dec  2 14:37:45 EST 2004
+Last updated:		Thu Dec  2 18:11:16 EST 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web
 site, http://www.PostgreSQL.org.
@@ -893,7 +893,7 @@ Source Code
 	o Re-enable timezone output on log_line_prefix '%t' when a
 	  shorter timezone string is available
 	o Improve dlerror() reporting string
-
+	o Fix problem with shared memory on the Win32 Terminal Server
 
 * Wire Protocol Changes
 	o Allow dynamic character set handling
-- 
GitLab