From: | Richard Guo <guofenglinux(at)gmail(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Fix obsoleted comments for function prototypes |
Date: | 2022-08-02 09:06:44 |
Message-ID: | CAMbWs4__RdcSNXPa7L62Ozvo_Q4LvT60o3Bnp8yrQ_m9y5CKvg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
Attachment | Content-Type | Size |
---|---|---|
v1-0001-Resolve-obsoleted-comments-for-function-prototype.patch | application/octet-stream | 3.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | shiy.fnst@fujitsu.com | 2022-08-02 09:31:20 | RE: Handle infinite recursion in logical replication setup |
Previous Message | Amit Kapila | 2022-08-02 08:57:38 | Re: Column Filtering in Logical Replication |