pgsql: Fix some typos and inconsistencies in tableam.h

Started by Michael Paquierabout 7 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/20190601190946.GB1905@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/041a2642e51eb008351435709dcb054760a43bb9

Modified Files
--------------
src/include/access/tableam.h | 90 ++++++++++++++++++++++----------------------
1 file changed, 45 insertions(+), 45 deletions(-)