Re: Fix obsoleted comments for function prototypes
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Richard Guo <guofenglinux@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2022-08-04T08:38:00Z
Lists: pgsql-hackers
On Tue, Aug 02, 2022 at 07:25:49PM +0900, Michael Paquier wrote: > These declarations are linked to comments with their file paths, so > making that automated looks rather complicated to me. I have looked > at the surroundings without noticing anything obvious, so what you > have caught here sounds fine to me, good catches :) Done as of 245e14e. -- Michael
Commits
-
Fix inconsistent comments for some function declarations in headers
- 245e14e28b29 16.0 landed