Editing errors in the comments of tableam.h and heapam.c - Mailing list pgsql-hackers

From Hironobu SUZUKI
Subject Editing errors in the comments of tableam.h and heapam.c
Date
Msg-id 8fe6d672-28dd-3f1d-7aed-ac2f6d599d3f@interdb.jp
Whole thread Raw
Responses Re: Editing errors in the comments of tableam.h and heapam.c  (Michael Paquier <michael@paquier.xyz>)
List 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

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Don't choke on files that are removed while pg_rewind runs.
Next
From: Alexander Korotkov
Date:
Subject: Re: output columns of \dAo and \dAp