Re: log_collector doesn't respond to reloads

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: log_collector doesn't respond to reloads
Date: 2012-04-27 01:47:19
Message-ID: 19919.1335491239@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Josh Berkus <josh(at)agliodbs(dot)com> writes:
>> Do you want to try attaching to the collector with a debugger and seeing
>> if it ever gets into the "if (got_SIGHUP)" block in SysLoggerMain?

> Hmmm. No debugger on this system, not unexpectedly. I'll see if I can
> get authorization to add one.

How about strace --- if that's available, just watching the collector
process while you send it SIGHUP might be informative.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2012-04-27 01:56:14 Re: log_collector doesn't respond to reloads
Previous Message Josh Berkus 2012-04-27 01:42:35 Re: log_collector doesn't respond to reloads