diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-07-05 04:39:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-07-05 04:39:07 +0000 |
commit | 4289cca5284808e9c944ff5ce530f37cf58ec525 (patch) | |
tree | bce896c327e9e4d77a42323a18d015fe24d518f6 | |
parent | 0971d894b97ad85eae19f9f013148ffff3f089fe (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ----------- |