From 1b75d634a64074adc6f1cfc918556bebd72527f8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 13 Apr 2007 23:23:22 +0000 Subject: Update TODO: < o Consider reducing on-disk varlena length from four to two < because a heap row cannot be more than 64k in length > o Consider reducing on-disk varlena length from four bytes to > two because a heap row cannot be more than 64k in length --- doc/src/FAQ/TODO.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e183a78fe73..1c5c4775c2c 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu Apr 12 15:38:17 EDT 2007 +Last updated: Fri Apr 13 19:23:16 EDT 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1267,8 +1267,8 @@ first. There is also a developer's wiki at

  • Consider increasing NUM_CLOG_BUFFERS
  • Consider having the background writer update the transaction status -- cgit v1.2.3