pgsql: Fix comments related to table AMs

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comments related to table AMs
Date: 2020-07-14 04:18:32
Message-ID: E1jvCOm-0007RD-Vx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comments related to table AMs

Incorrect function names were referenced. As this fixes some portions
of tableam.h, that is mentioned in the docs as something to look at when
implementing a table AM, backpatch down to 12 where this has been
introduced.

Author: Hironobu Suzuki
Discussion: https://postgr.es/m/8fe6d672-28dd-3f1d-7aed-ac2f6d599d3f@interdb.jp
Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/330410ecadfb406c99d08c24efde651e18f653bf

Modified Files
--------------
src/backend/access/heap/heapam.c | 6 +++---
src/include/access/tableam.h | 21 +++++++++++----------
2 files changed, 14 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-07-14 04:40:13 pgsql: Fix some header identifications
Previous Message Tom Lane 2020-07-14 00:38:49 pgsql: Cope with lateral references in the quals of a subquery RTE.