Re: log_collector doesn't respond to reloads - Mailing list pgsql-bugs

From Tom Lane
Subject Re: log_collector doesn't respond to reloads
Date
Msg-id 19919.1335491239@sss.pgh.pa.us
Whole thread Raw
In response to Re: log_collector doesn't respond to reloads  (Josh Berkus <josh@agliodbs.com>)
List pgsql-bugs
Josh Berkus <josh@agliodbs.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

pgsql-bugs by date:

Previous
From: Josh Berkus
Date:
Subject: Re: log_collector doesn't respond to reloads
Next
From: Tom Lane
Date:
Subject: Re: log_collector doesn't respond to reloads