summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-12-21 03:55:45 +0000
committerBruce Momjian <bruce@momjian.us>2001-12-21 03:55:45 +0000
commitc3c36bf32f6d5a6d907a1c180ea43b7c7ae5268c (patch)
tree59a7e0aea73cc78a3ece9336ef01bcb5f1db540f
parent9640666c6f9501aa8efcc1e7161833455f35f8c2 (diff)
pre-page -> after-change, per Vadim.
-rw-r--r--doc/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index bd2618bed79..5ccf8b6b088 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Dec 20 17:01:06 EST 2001
+Last updated: Thu Dec 20 22:55:17 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -376,10 +376,10 @@ MISCELLANEOUS
* Allow logging of query durations
* Add hash for evaluating GROUP BY aggregates
* -Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
-* Have pre-page WAL write()'s write only modified data to kernel
-* Reduce number of pre-page WAL writes; they exist only to gaurd against
+* Have after-change WAL write()'s write only modified data to kernel
+* Reduce number of after-change WAL writes; they exist only to gaurd against
partial page writes
-* Turn off pre-page writes if fsync is disabled (?)
+* Turn off after-change writes if fsync is disabled (?)
* -Improve spinlock code [performance] (Tom)
* Do listen() in postmaster and accept() in pre-forked backend
* Have pre-forked backend pre-connect to last requested database or pass