+ linkend="app-postmaster">). Note that immediately restarting the
+ server will also clean up shared memory and semaphores, so this
+ command is of little real utility.
- If this command is executed while
postmaster
- is running, the shared memory and semaphores allocated by the
- will be deleted. This will result in a general failure of the
- backend servers started by that
+ Only the database administrator should execute this program as it
+ can cause bizarre behavior (i.e., crashes) if run during multiuser
+ execution. If this command is executed while a
+
postmaster is running, the shared memory
+ and semaphores allocated by the
+
postmaster will be deleted. This will
+ result in a general failure of the backend servers started by that
+
+
+
+
Notes
- This script is a hack, but in the many years since it was written, no
- one has come up with an equally effective and portable solution.
- Suggestions are welcome.
+ This script is a hack, but in the many years since it was written,
+ no one has come up with an equally effective and portable solution.
+ Since the
postmaster can now clean up by
+ itself, it is unlikely that ipcclean will be
+ improved upon in the future.
Therefore, it may not work on your particular OS.
+