]> granicus.if.org Git - postgresql/commit
Fix some typos and inconsistencies in tableam.h
authorMichael Paquier <michael@paquier.xyz>
Tue, 4 Jun 2019 00:48:25 +0000 (09:48 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 4 Jun 2019 00:48:25 +0000 (09:48 +0900)
commit041a2642e51eb008351435709dcb054760a43bb9
tree7f45cc4c9d51ce5dcc03698330b2f851d76a043f
parent2cd4e835701e15f5e32dd8bde488f8669ddf7ae8
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
src/include/access/tableam.h