pgsql: Fix some typos and inconsistencies in tableam.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some typos and inconsistencies in tableam.h
Date: 2019-06-04 00:49:38
Message-ID: E1hXxdy-0005j5-5s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-06-04 01:13:54 Re: pgsql: Fix contrib/auto_explain to not cause problems in parallel worke
Previous Message Tom Lane 2019-06-03 22:06:21 pgsql: Fix contrib/auto_explain to not cause problems in parallel worke