Update TODO list.

This commit is contained in:
Bruce Momjian 2000-07-05 04:39:07 +00:00
parent 0971d894b9
commit 4289cca528
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ MISC
* Use IPC_EXCL when creating shared memory and semaphores
* have pg_upgrade use pg_ctl to stop/start postmaster
* Encrpyt passwords in pg_shadow table using MD5
* Use flock() to prevent multiple postmasters on the same port [flock]
PERFORMANCE
-----------