Fix some typos and inconsistencies in tableam.h

Michael Paquier <michael@paquier.xyz>

Commit: 041a2642e51eb008351435709dcb054760a43bb9
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-06-04T00:48:25Z
Releases: 12.0
Fix some typos and inconsistencies in tableam.h

The defined callback definitions have been using references to heap for
a couple of variables and comments.  This makes the whole interface more
consistent by using "table" which is more generic.

A variable storing index information was misspelled as well.

Author: Michael Paquier
Discussion: https://postgr.es/m/20190601190946.GB1905@paquier.xyz

Files

PathChange+/−
src/include/access/tableam.h modified +45 −45

Discussion