pgsql: Fix comments related to table AMs

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix comments related to table AMs
Дата
Msg-id E1jvCOm-0007RA-VU@gemulon.postgresql.org
обсуждение исходный текст
Список 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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9678c08184a82deafac9297b9af0fc5cb07ab347

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Cope with lateral references in the quals of a subquery RTE.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix some header identifications