Table AM callbacks referring to heap in declarations (+typos) - Mailing list pgsql-hackers

From Michael Paquier
Subject Table AM callbacks referring to heap in declarations (+typos)
Date
Msg-id 20190601190946.GB1905@paquier.xyz
Whole thread Raw
Responses Re: Table AM callbacks referring to heap in declarations (+typos)
List pgsql-hackers
Hi all,

While going through the table AM callbacks, I have bumped into a
couple of references to heap.  I think that we should make that more
generic by using the term "table" as done when opening relations and
such.  Attached is a cleanup patch.

While on it, I found a set of typos which looked like a copy-pasto
which got spread => "index_nfo".  I know, these are nits, but I think
that this also reduces the confusion with the way table AM callbacks
are presented to extension developers.

Thanks,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Custom table AMs need to include heapam.h because of BulkInsertState
Next
From: Michael Paquier
Date:
Subject: psql completion bugs with access methods