aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-12-28 02:30:37 +0000
committerBruce Momjian <bruce@momjian.us>2001-12-28 02:30:37 +0000
commit21e7e7e7246e3c4a17cf5b9eb05518877a074b6f (patch)
treedd58eb8a3b7c607eb20803adf4994b5ab7e590d0
parent6f0f5bf2fbe86e719b886de0ea4f0300e1f8d8c5 (diff)
downloadpostgresql-21e7e7e7246e3c4a17cf5b9eb05518877a074b6f.tar.gz
postgresql-21e7e7e7246e3c4a17cf5b9eb05518877a074b6f.zip
I know we talked about this in the past but I never got it on the TODO
list: * Add optional CRC checksum to heap and index pages
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index d9085b00d88..2adfc8d0d4c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Dec 26 23:28:28 EST 2001
+Last updated: Thu Dec 27 21:30:10 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -326,7 +326,7 @@ MISCELLANEOUS
* -Put sort files in their own directory (Bruce)
* Show location of syntax error in query [yacc]
* Change representation of whole-tuple parameters to functions
-
+* Add optional CRC checksum to heap and index pages
PERFORMANCE
-----------