Re: [GENERAL] trying to track down postgres deaths

2007-06-11 Thread Geoffrey
Tom Lane wrote: Geoffrey <[EMAIL PROTECTED]> writes: Question is, when I see: #17 0x08151bc5 in ClosePostmasterPorts () in the stack trace of the process, is this an indicator that the backend process was trying to shutdown? No; that's a function that's executed immediately after fork() to cl

Re: [GENERAL] trying to track down postgres deaths

2007-06-11 Thread Tom Lane
Geoffrey <[EMAIL PROTECTED]> writes: > Question is, when I see: > #17 0x08151bc5 in ClosePostmasterPorts () > in the stack trace of the process, is this an indicator that the backend > process was trying to shutdown? No; that's a function that's executed immediately after fork() to close postmast