From 1c4478a5baf270c0ac91413035b32ddb02c15b7d Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 17 Sep 2002 22:23:02 +0000
Subject: [PATCH] Add:

> * Allow pg_xlog to be moved without symlinks
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 3f5c77c803b..69e703252c0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Wed Sep 11 20:19:53 EDT 2002
+Last updated:		Tue Sep 17 18:22:38 EDT 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -437,6 +437,7 @@ Write-Ahead Log
   that are too frequent
 * Allow xlog directory location to be specified during initdb, perhaps
   using symlinks
+* Allow pg_xlog to be moved without symlinks
 
 
 Optimizer / Executor
-- 
GitLab