From 741681b7b233f28fb59ccdeb9665beb11bf9b6f9 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 10 Jun 2004 04:06:21 +0000
Subject: [PATCH] Modify:

< * Order heap pointers on hash index pages by hash value and ctid
> * Allow hash buckets to fill disk pages, rather than being sparse
---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index bd429cac148..411210c01ff 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Wed Jun  9 23:34:55 EDT 2004
+Last updated:		Thu Jun 10 00:06:02 EDT 2004
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -147,7 +147,7 @@ Indexes
 * Add FILLFACTOR to btree index creation
 * Add concurrency to GIST
 * Allow a single index to index multiple tables (for inheritance and subtables)
-* Order heap pointers on hash index pages by hash value and ctid
+* Allow hash buckets to fill disk pages, rather than being sparse
 
 
 Commands
-- 
GitLab