Skip to content

Commit 8c702ea

Browse files
committed
Modify:
< * Order duplicate index entries by tid for faster heap lookups > * Order duplicate index entries on creation by tid for faster heap lookups
1 parent d245b6b commit 8c702ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Mar 16 11:13:31 EST 2004
3+
Last updated: Wed Mar 17 12:40:38 EST 2004
44

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

@@ -124,7 +124,7 @@ Views / Rules
124124
Indexes
125125
=======
126126

127-
* Order duplicate index entries by tid for faster heap lookups
127+
* Order duplicate index entries on creation by tid for faster heap lookups
128128
* Allow inherited tables to inherit index, UNIQUE constraint, and primary
129129
key, foreign key [inheritance]
130130
* UNIQUE INDEX on base column not honored on inserts from inherited table

0 commit comments

Comments
 (0)