From dd83b34d382e2bdf33a65cf7d2d82d86b76a1139 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 13 Jun 2004 23:42:59 +0000
Subject: [PATCH] Updated wording:

< * Remove unreferenced table files and temp tables during database vacuum
<   or postmaster startup (Bruce)
> * Remove unreferenced table files created by transactions that were
>   in-progress when the server crashed
>
---
 doc/TODO | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 19211e531d2..93282676227 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Sun Jun 13 19:39:29 EDT 2004
+Last updated:		Sun Jun 13 19:42:59 EDT 2004
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -50,8 +50,9 @@ Administration
 * Have SHOW ALL and pg_settings show descriptions for server-side variables(Joe)
 * Allow external interfaces to extend the GUC variable set
 * Allow GRANT/REVOKE permissions to be given to all schema objects with one command
-* Remove unreferenced table files and temp tables during database vacuum
-  or postmaster startup (Bruce)
+* Remove unreferenced table files created by transactions that were
+  in-progress when the server crashed
+
 
 
 Data Types
-- 
GitLab