Correction to comment wording in tableam.c

From: shiyu qin <qinshy510(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Correction to comment wording in tableam.c
Date: 2026-01-05 06:06:22
Message-ID: CAJUCM3uJjoLR1zfKoZD4J71T-hdeFdFw1kTQoMkywKZP0hZsvw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hackers,

I found an issue in the comments of the tableam.c file.

In the comment that currently reads:
Note that most function in here are documented in tableam.h

I believe the wording is incorrect. The phrase "most function" is
used, but based on the actual context, it is intended to refer to
"most functions", not a single specific function.

Therefore, this sentence should be corrected to:
Note that most functions in here are documented in tableam.h

This change better reflects the intended meaning and improves the
accuracy of the comment.

Regards,
shiyu qin

Attachment Content-Type Size
v1-0001-Correction-to-comment-wording-in-tableam.c.patch application/octet-stream 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2026-01-05 06:12:46 Re: Proposal: Conflict log history table for Logical Replication
Previous Message Peter Smith 2026-01-05 06:06:06 Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE