Fix comments related to table AMs
authorMichael Paquier
Tue, 14 Jul 2020 04:17:34 +0000 (13:17 +0900)
committerMichael Paquier
Tue, 14 Jul 2020 04:17:34 +0000 (13:17 +0900)
commit330410ecadfb406c99d08c24efde651e18f653bf
treef55451fc6dedb2ce2e96e16c0a26667b347830fd
parentd3b642ad99e958475bab4592db0341badfacee56
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
src/backend/access/heap/heapam.c
src/include/access/tableam.h