]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix comments related to table AMs
authorMichael Paquier <michael@paquier.xyz>
Tue, 14 Jul 2020 04:17:31 +0000 (13:17 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 14 Jul 2020 04:17:31 +0000 (13:17 +0900)
commit9678c08184a82deafac9297b9af0fc5cb07ab347
tree4b6b31bf6474201bd41b7f0f3e0652e2062594dd
parent0734dbc45034540fec1d98b15c9f173ad1d4af02
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