mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Update as done:
> * -Cache system catalog information in per-database files (Tom)
This commit is contained in:
parent
7863404417
commit
0519a1a1f7
1 changed files with 2 additions and 2 deletions
4
doc/TODO
4
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Mon Feb 18 11:47:04 EST 2002
|
||||
Last updated: Tue Feb 19 15:30:51 EST 2002
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -382,7 +382,7 @@ STARTUP TIME
|
|||
* Do listen() in postmaster and accept() in pre-forked backend
|
||||
* Have pre-forked backend pre-connect to last requested database or pass
|
||||
file descriptor to backend pre-forked for matching database
|
||||
* Cache system catalog information in per-database files (Tom)
|
||||
* -Cache system catalog information in per-database files (Tom)
|
||||
|
||||
|
||||
WRITE-AHEAD LOG
|
||||
|
|
|
|||
Loading…
Reference in a new issue