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

From: Hironobu SUZUKI <hironobu(at)interdb(dot)jp>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Editing errors in the comments of tableam.h and heapam.c
Date: 2020-07-13 12:25:39
Message-ID: 8fe6d672-28dd-3f1d-7aed-ac2f6d599d3f@interdb.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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,

Attachment Content-Type Size
editing-errors-correction-in-tableam-h-and-heapam-c.patch text/plain 2.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2020-07-13 12:44:45 Re: output columns of \dAo and \dAp
Previous Message Daniel Gustafsson 2020-07-13 12:24:43 Re: Additional Chapter for Tutorial