[PATCH v1] replindex: Fix comment grammar in build_replindex_scan_key()
zourenli <398740848@qq.com>
From: zourenli <398740848@qq.com>
To: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-29T08:20:25Z
Lists: pgsql-hackers
Attachments
- v1-0001-corrects-minor-grammatical-issues-in-comment-of-b.patch (application/octet-stream)
Hi all, This is a trivial grammar fix for the comment of build_replindex_scan_key() function in replindex.c. Two missing indefinite articles 'a' are added to make the comment grammatically correct. No functional changes are involved. Patch is attached below. Thanks, zourenli <398740848@qq.com>