From afd8067213c19d53d3a7915c82f8fc7e19d05fb0 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 18 Apr 2002 01:41:23 +0000
Subject: [PATCH] Add:

> * Try flex flags -Cf and -CF to see if performance improves
---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 241d0f2b863..fa3c669901c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Wed Apr 17 17:41:41 EDT 2002
+Last updated:		Wed Apr 17 21:41:09 EDT 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -449,7 +449,7 @@ MISCELLANEOUS
 * Improve caching of attribute offsets when NULLs exist in the row
 * Add Intimate Shared Memory(ISM) for Solaris
 * Add documentation to lock shared memory into RAM for each OS, if possible
-
+* Try flex flags -Cf and -CF to see if performance improves
 
 SOURCE CODE
 ===========
-- 
GitLab