Re: Remove an unnecessary blank line on the PQisBusy() comments
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Yugo Nagata <nagata@sraoss.co.jp>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2025-10-23T15:11:26Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
What I've done:
- edbd51395c42 7.1.1 cited
On Thu, Oct 23, 2025 at 08:02:03PM +0900, Yugo Nagata wrote: > I’ve attached a very trivial patch that removes an unnecessary line > after the comments on PQisBusy(), just for consistency with the > surrounding code. Given this line has been there for 28 years (commit edbd513) and isn't hurting anything, I don't see a strong need to change it. -- nathan