Incorrect comment in tableam.h regarding GetHeapamTableAmRoutine()
Started by Michael Paquierover 2 years ago3 messageshackers
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
Attachments:
tableam-header-comment.patchtext/x-diff; charset=us-asciiDownload+6-0
Re: Incorrect comment in tableam.h regarding GetHeapamTableAmRoutine()
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