From 8be3cfbbd5e9afaa77a86251566d3ca04217fcb2 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 31 Jul 2002 03:13:16 +0000
Subject: [PATCH] Done:

> * -Remove LockMethodTable.prio field, not used (Bruce)
---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 77f6977b4b2..3dccdca4a47 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Tue Jul 30 20:38:35 EDT 2002
+Last updated:		Tue Jul 30 23:13:00 EDT 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -469,7 +469,7 @@ Source Code
 * -Make sure all block numbers are unsigned to increase maximum table size
 * -Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
 * -HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
-* Remove LockMethodTable.prio field, not used (Bruce)
+* -Remove LockMethodTable.prio field, not used (Bruce)
 * Rename some /contrib modules from pg* to pg_*
 * Move some things from /contrib into main tree
 * Remove warnings created by -Wcast-align
-- 
GitLab