Thread
Commits
-
Fix incorrect relation name in comment of vacuumlazy.c
- 80971bc206b0 12.0 landed
-
Fix function name in commet in vacuumlazy.c
Masahiko Sawada <sawada.mshk@gmail.com> — 2019-01-18T03:50:15Z
Hi, Attached small patch fixes the function name heap_vacuum_rel in the comment. s/vacuum_heap_rel/heap_vacuum_rel/ Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
-
Re: Fix function name in commet in vacuumlazy.c
Michael Paquier <michael@paquier.xyz> — 2019-01-18T04:55:36Z
On Fri, Jan 18, 2019 at 12:50:15PM +0900, Masahiko Sawada wrote: > Attached small patch fixes the function name heap_vacuum_rel in the comment. > > s/vacuum_heap_rel/heap_vacuum_rel/ Fixed, thanks. -- Michael