Re: [PATCH] Cross-reference comments on signal handling logic

2021-09-27 Thread Daniel Gustafsson
> 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

Re: [PATCH] Cross-reference comments on signal handling logic

2021-03-01 Thread Mark Dilger
> 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

[PATCH] Cross-reference comments on signal handling logic

2021-01-17 Thread Craig Ringer
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