Thread
Commits
-
Fix comments in heaptuple.c
- 526b54ece3f6 17.0 landed
-
stale comments about fastgetattr and heap_getattr
Junwang Zhao <zhjwpku@gmail.com> — 2024-06-28T03:04:40Z
fastgetattr and heap_getattr are converted to inline functions in e27f4ee0a701, while some comments still referring them as macros. -- Regards Junwang Zhao
-
Re: stale comments about fastgetattr and heap_getattr
Stepan Neretin <sncfmgg@gmail.com> — 2024-06-28T04:06:05Z
Hi! Looks good to me. Please, register it in CF. Best regards, Stepan Neretin. On Fri, Jun 28, 2024 at 10:05 AM Junwang Zhao <zhjwpku@gmail.com> wrote: > fastgetattr and heap_getattr are converted to inline functions > in e27f4ee0a701, while some comments still referring them as macros. > > -- > Regards > Junwang Zhao >
-
Re: stale comments about fastgetattr and heap_getattr
Michael Paquier <michael@paquier.xyz> — 2024-06-28T04:32:00Z
On Fri, Jun 28, 2024 at 11:06:05AM +0700, Stepan Neretin wrote: > Hi! Looks good to me. Please, register it in CF. > Best regards, Stepan Neretin. No need for that. I've looked at the patch, and you are right so I have applied it now on HEAD. -- Michael