aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-07-11 00:26:36 +0000
committerBruce Momjian <bruce@momjian.us>2004-07-11 00:26:36 +0000
commit6063d11464738eff96b45ab1585f2798a02f1404 (patch)
treecc8784d4c10326fb73658b750e60788b3bfc34a8
parent130f89e93f59cdb4b160cbc31e6929de25d13794 (diff)
downloadpostgresql-6063d11464738eff96b45ab1585f2798a02f1404.tar.gz
postgresql-6063d11464738eff96b45ab1585f2798a02f1404.zip
Add:
< > * Use a phantom command counter for nested subtransactions to reduce > tuple overhead
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 35265899001..9ab1a07c961 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Jul 10 20:18:28 EDT 2004
+Last updated: Sat Jul 10 20:26:38 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@@ -444,7 +444,8 @@ Miscellaneous
* Allow partitioning of table into multiple subtables
* -Use background process to write dirty shared buffers to disk
* Investigate SMP context switching issues
-
+* Use a phantom command counter for nested subtransactions to reduce
+ tuple overhead
Source Code
===========