Fix obsoleted comments for function prototypes
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2022-08-02T09:06:44Z
Lists: pgsql-hackers
Attachments
- v1-0001-Resolve-obsoleted-comments-for-function-prototype.patch (application/octet-stream) patch v1-0001
While doing the search in [1], I spotted several places where the comments for the function prototypes are obsoleted. For instance, btree_desc() and btree_identify() are now located in nbtdesc.c but the comment in nbtxlog.h is still claiming they are in nbtxlog.c. Fix these places with the attached. With high possibility there are other places with this kind of obsoleted comments, but I don't know how to find them all :-(. Thanks Richard [1] https://www.postgresql.org/message-id/CAMbWs489%2Bu6P_9qMjABsse0dNNBr36MA1SX5Ss7yZ7TD86mfKQ%40mail.gmail.com
Commits
-
Fix inconsistent comments for some function declarations in headers
- 245e14e28b29 16.0 landed