pgsql: Fix some typos and inconsistencies in tableam.h - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix some typos and inconsistencies in tableam.h
Date
Msg-id E1hXxdy-0005j5-5s@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix contrib/auto_explain to not cause problems in parallelworke
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Fix contrib/auto_explain to not cause problems inparallel worke