[PATCH v1] replindex: Fix comment grammar in build_replindex_scan_key()

From: zourenli <398740848(at)qq(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH v1] replindex: Fix comment grammar in build_replindex_scan_key()
Date: 2025-12-29 08:20:25
Message-ID: tencent_C2DC8157CC05C8F5C36E12678A7864554809@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,&nbsp;

This is a trivial grammar fix for the comment of build_replindex_scan_key() function in replindex.c.&nbsp;
Two missing indefinite articles 'a' are added to make the comment grammatically correct.&nbsp;
No functional changes are involved.&nbsp;

Patch is attached below.&nbsp;

Thanks,&nbsp;
zourenli&nbsp;
<398740848(at)qq(dot)com&gt;

Attachment Content-Type Size
v1-0001-corrects-minor-grammatical-issues-in-comment-of-b.patch application/octet-stream 1.4 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-12-29 08:24:55 Re: Proposal: Cascade REPLICA IDENTITY changes to leaf partitions
Previous Message zengman 2025-12-29 07:47:52 Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...