Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d8e3515

Browse files
committed
Update:
< * Allow INET subnet tests to use indexes > * Allow INET subnet tests using non-constants to be indexed
1 parent 7eb67fc commit d8e3515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Oct 20 22:47:57 EDT 2003
3+
Last updated: Tue Oct 21 11:48:51 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -77,7 +77,7 @@ Data Types
7777
* -Change NUMERIC data type to use base 10,000 internally
7878
* Change NUMERIC to enforce the maximum precision, and increase it
7979
* Add function to return compressed length of TOAST data values (Tom)
80-
* Allow INET subnet tests to use indexes
80+
* Allow INET subnet tests using non-constants to be indexed
8181
* Add transaction_timestamp(), statement_timestamp(), clock_timestamp() functionality
8282
* -Add GUC variables to control floating number output digits (Pedro Ferreira)
8383
* Have sequence dependency track use of DEFAULT sequences, seqname.nextval
@@ -514,7 +514,7 @@ Source Code
514514
* Acquire lock on a relation before building a relcache entry for it
515515
* Research interaction of setitimer() and sleep() used by statement_timeout
516516
* Add checks for fclose() failure
517-
* Change CVS $Id: TODO,v 1.1153 2003/10/21 02:48:09 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1153 2003/10/21 02:48:09 momjian Exp $
517+
* Change CVS $Id: TODO,v 1.1154 2003/10/21 15:48:56 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1154 2003/10/21 15:48:56 momjian Exp $
518518
* Exit postmaster if postgresql.conf can not be opened
519519
* Rename /scripts directory because they are all C programs now
520520
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)