From 17bb6b37924826ba4e44490b27aa97a8583eed82 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 6 Mar 2003 18:05:00 +0000
Subject: [PATCH] Done:

> * -Modify regression tests to prevent failures do to minor numeric rounding
---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 7d807c7c6d4..91cbebcebcb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Wed Mar  5 21:29:28 EST 2003
+Last updated:		Thu Mar  6 13:04:52 EST 2003
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -430,7 +430,7 @@ Source Code
 * Move some things from /contrib into main tree
 * Remove warnings created by -Wcast-align
 * Move platform-specific ps status display info from ps_status.c to ports
-* Modify regression tests to prevent failures do to minor numeric rounding
+* -Modify regression tests to prevent failures do to minor numeric rounding
 * -Add OpenBSD's getpeereid() call for local socket authentication
 * Improve access-permissions check on data directory in Cygwin (Tom)
 * Add --port flag to regression tests
-- 
GitLab