Fix comments related to table AMs

Michael Paquier <michael@paquier.xyz>

Commit: 9678c08184a82deafac9297b9af0fc5cb07ab347
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-07-14T04:17:31Z
Releases: 13.0
Fix comments related to table AMs

Incorrect function names were referenced.  As this fixes some portions
of tableam.h, that is mentioned in the docs as something to look at when
implementing a table AM, backpatch down to 12 where this has been
introduced.

Author: Hironobu Suzuki
Discussion: https://postgr.es/m/8fe6d672-28dd-3f1d-7aed-ac2f6d599d3f@interdb.jp
Backpatch-through: 12

Files

PathChange+/−
src/backend/access/heap/heapam.c modified +3 −3
src/include/access/tableam.h modified +11 −10

Discussion