Re: [HACKERS] Status of ipcclean

2001-08-28 Thread Peter Eisentraut
Tom Lane writes: > I believe that ipcclean is no longer needed for preparing to start a new > postmaster. It might possibly be useful if you wanted to clean up after > a dead postmaster that you did *not* intend to restart. > > However, given the lack of portability and lack of robustness of the

Re: [HACKERS] Status of ipcclean

2001-08-20 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > AFAIR, with the 7.1 release the postmaster automatically recovers from > this situation. Can someone come up with a better description of what > ipcclean is useful for, if there still is such a thing? I believe that ipcclean is no longer needed for

[HACKERS] Status of ipcclean

2001-08-20 Thread Peter Eisentraut
ipcclean(1) currently says: | ipcclean cleans up shared memory and semaphore space from aborted backends | by deleting all instances owned by user postgres. Only the DBA should | execute this program as it can cause bizarre behavior (i.e., crashes) if | run during multi-user execution. This progr