Thread
Commits
-
Fix comment in tableam.h about GetHeapamTableAmRoutine()
- 5ad49322e504 17.0 landed
-
Incorrect comment in tableam.h regarding GetHeapamTableAmRoutine()
Michael Paquier <michael@paquier.xyz> — 2023-11-27T05:50:22Z
Hi all, I have noticed that GetHeapamTableAmRoutine() is listed as being a member of tableamapi.c but it is a convenience routine located in heapam_handler.c. Shouldn't the header be fixed with something like the attached? Thoughts or comments? -- Michael
-
Re: Incorrect comment in tableam.h regarding GetHeapamTableAmRoutine()
Richard Guo <guofenglinux@gmail.com> — 2023-11-27T06:14:32Z
On Mon, Nov 27, 2023 at 1:50 PM Michael Paquier <michael@paquier.xyz> wrote: > I have noticed that GetHeapamTableAmRoutine() is listed as being a > member of tableamapi.c but it is a convenience routine located in > heapam_handler.c. Shouldn't the header be fixed with something like > the attached? +1. Nice catch. Thanks Richard
-
Re: Incorrect comment in tableam.h regarding GetHeapamTableAmRoutine()
Michael Paquier <michael@paquier.xyz> — 2023-11-27T23:45:04Z
On Mon, Nov 27, 2023 at 02:14:32PM +0800, Richard Guo wrote: > +1. Nice catch. Thanks, applied it. -- Michael