diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-14 10:15:16 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-14 10:15:16 +0000 |
commit | 389fe48cbb513888205bbe3a5008ed109976dacb (patch) | |
tree | e1bc978627338c127aa0d9c0fdbd8bed7fa6821c /doc/man/ipcclean.1 | |
parent | 65a10b1be6400025e7fd54befbc4a8489fd50e10 (diff) | |
download | postgresql-389fe48cbb513888205bbe3a5008ed109976dacb.tar.gz postgresql-389fe48cbb513888205bbe3a5008ed109976dacb.zip |
Removed man pages...moved to src/man
Requested by Bryan
Diffstat (limited to 'doc/man/ipcclean.1')
-rw-r--r-- | doc/man/ipcclean.1 | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/man/ipcclean.1 b/doc/man/ipcclean.1 deleted file mode 100644 index 5fe533cc891..00000000000 --- a/doc/man/ipcclean.1 +++ /dev/null @@ -1,36 +0,0 @@ -.\" This is -*-nroff-*- -.\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/doc/man/Attic/ipcclean.1,v 1.1.1.1 1996/08/18 22:14:24 scrappy Exp $ -.TH IPCCLEAN UNIX 11/05/95 Postgres95 Postgres95 -.SH NAME -ipcclean \(em clean up shared memory and semaphores from aborted backends -.SH SYNOPSIS -.BR "ipcclean" -.SH DESCRIPTION -.IR Ipcclean -cleans up shared memory and semaphore space from aborted backends by -deleting all instances owned by user \*(lqpostgres\*(rq. Only the DBA -should execute this program as it can cause bizarre behavior (i.e., -crashes) if run during multi-user execution. This program should be -executed if messages such as -.BR "semget: No space left on device" -are encountered when starting up the -.IR postmaster -or the backend server. -.SH BUGS -If this command is executed while a -.IR postmaster -is running, the shared memory and semaphores allocated by the -.IR postmaster -will be deleted. This will result in a general failure of the -backends servers started by that -.IR postmaster . -.PP -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. -.PP -The script makes assumption about the format of output of the -.BR ipcs -utility which may not be true across different operating systems. -Therefore, it may not work on your particular OS. |