aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-12-29 17:19:03 +0000
committerBruce Momjian <bruce@momjian.us>2001-12-29 17:19:03 +0000
commitc80a067caea192032364565599b1e1180001438f (patch)
tree1dc0b6b3c40c57be043244c4f81f75f2c82d1bb9
parenta78337908f8b03b5dd3fe7bb3b73caadfd498fea (diff)
downloadpostgresql-c80a067caea192032364565599b1e1180001438f.tar.gz
postgresql-c80a067caea192032364565599b1e1180001438f.zip
Update server DEBUG startup tag fixes:
> * Change DEBUG startup tag to NOTICE; change NOTICE to output to client > only if client exists (Bruce) This item is not done: < * -Make elog(LOG) in WAL its own output type, distinct from DEBUG (Peter E) --- > * Make elog(LOG) in WAL its own output type, distinct from DEBUG
-rw-r--r--doc/TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index f4188193992..c278f6fabc7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Dec 29 00:22:31 EST 2001
+Last updated: Sat Dec 29 12:18:10 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -57,7 +57,9 @@ ADMIN
flags unique
* Allow usernames to be specified directly in pg_hba.conf (Bruce)
* Add function to return compressed length of TOAST data values (Tom)
-* Change DEBUG tag used in server logs
+* Change DEBUG startup tag to NOTICE; change NOTICE to output to client
+ only if client exists (Bruce)
+
DATA TYPES
@@ -410,7 +412,7 @@ SOURCE CODE
* HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
* Remove LockMethodTable.prio field, not used (Bruce)
* Add version file format stamp to heap and other table types
-* -Make elog(LOG) in WAL its own output type, distinct from DEBUG (Peter E)
+* Make elog(LOG) in WAL its own output type, distinct from DEBUG
* Rename some /contrib modules from pg* to pg_*
* Move some things from /contrib into main tree
* Remove warnings created by -Wcast-align