Re: Improving the comments in pqsignal()
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Thomas Munro <thomas.munro@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-11-24T07:54:56Z
Lists: pgsql-hackers
On 24/11/2023 00:33, Thomas Munro wrote: > Hi, > > While following along with Tristan and Heikki's thread about signals > in psql, it occurred to me that the documentation atop pqsignal() is > not very good: > > * we don't explain what problem it originally solved > * we don't explain why it's still needed today > * we don't explain what else it does for us today > * we describe the backend implementation for Windows incorrectly (mea culpa) > * we vaguely mention one issue with Windows frontend code, but I > think the point made is misleading, and we don't convey the scale of > the differences > > Here is my attempt to improve it. Thanks! > This is program 10.12 from Advanced Programming in the UNIX > Environment, with minor changes. In the copy I found online (3rd edition), it's "Figure 10.18", not "program 10.12". Other than that, looks good. -- Heikki Linnakangas Neon (https://neon.tech)
Commits
-
Improve comments about pqsignal().
- 262454be9a62 17.0 landed