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
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
We have a problem with the postgres backend process terminating and
dropping core. We believe it may be related to another problem we have
where the postgres backend process can not be properly terminated.
Question is, when I see:
#17 0x08151bc5 in ClosePostmasterPorts ()
in the stack trace