Editing errors in the comments of tableam.h and heapam.c

Suzuki Hironobu <hironobu@interdb.jp>

From: Hironobu SUZUKI <hironobu@interdb.jp>
To: pgsql-hackers@lists.postgresql.org
Date: 2020-07-13T12:25:39Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix comments related to table AMs

  2. tableam: Rename wrapper functions to match callback names.

Attachments

Hi,

Some comments in tableam.h and heapam.c contain three old function names 
although these have been renamed by this commit 
73b8c3bd2889fed986044e15aefd0911f96ccdd3.

Old: table_insert, table_fetch_row_version, table_get_latest_tid.

New: table_tuple_insert, table_tuple_fetch_row_version, 
table_tuple_get_latest_tid.

I think these are editing errors. PG 12 also has the same errors.


Best regards,