From 54916d57b3cac7866f4d1350bde3eff060a4ea80 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 8 Aug 2002 23:20:11 +0000
Subject: [PATCH] Add:

> * Allow INET subnet tests using non-constants
---
 doc/TODO | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 172e31d71c7..5f27662ab2d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Sun Aug  4 00:16:54 EDT 2002
+Last updated:		Thu Aug  8 19:13:54 EDT 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -83,6 +83,8 @@ Data Types
 * Change NUMERIC to enforce the maximum precision, and increase it
 * Add function to return compressed length of TOAST data values (Tom)
 * -Add GUC parameter for DATESTYLE
+* Allow INET subnet tests using non-constants
+
 
 * CONVERSION
 	o Store binary-compatible type information in the system
-- 
GitLab