[PATCH] Cross-reference comments on signal handling logic

From: Craig Ringer <craig(dot)ringer(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Cross-reference comments on signal handling logic
Date: 2021-01-18 07:51:30
Message-ID: CAGRY4nyftC0tVyceYyDfQD2FXg6KVUvpVKGe_eXZK8OYwgrbRQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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
various scattered but inter-related code.

I hope this helps some new developers in future.

Attachment Content-Type Size
v1-0001-Comments-and-cross-references-for-signal-handling.patch text/x-patch 11.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2021-01-18 07:56:47 [PATCH] More docs on what to do and not do in extension code
Previous Message kuroda.hayato@fujitsu.com 2021-01-18 07:49:20 RE: ResourceOwner refactoring