> On 1 Mar 2021, at 19:22, Mark Dilger wrote:
>> On Jan 17, 2021, at 11:51 PM, Craig Ringer
>> wrote:
>>
>>
>
> In src/backend/postmaster/interrupt.c:
>
> + * These handlers are NOT used by normal user backends as they do not support
>
> vs.
>
> + * Most backends use this handler.
>
> Th
> On Jan 17, 2021, at 11:51 PM, Craig Ringer
> wrote:
>
>
In src/backend/postmaster/interrupt.c:
+ * These handlers are NOT used by normal user backends as they do not support
vs.
+ * Most backends use this handler.
These two comments seem to contradict. If interrupt.c contains handler
Hi all
The attached comments-only patch expands the signal handling section in
miscadmin.h a bit so that it mentions ProcSignal, deferred signal handling
during blocking calls, etc. It adds cross-refs between major signal
handling routines and the miscadmin comment to help readers track the
variou