pgsql: Improve the comments atop build_replindex_scan_key().

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve the comments atop build_replindex_scan_key().
Date: 2026-01-05 03:16:17
Message-ID: E1vcb4q-004Yz9-2T@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve the comments atop build_replindex_scan_key().

Author: zourenli <398740848(at)qq(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/tencent_C2DC8157CC05C8F5C36E12678A7864554809@qq.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3f906d3af99d4d926c942ebdca7b2f92a209d346

Modified Files
--------------
src/backend/executor/execReplication.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2026-01-05 08:19:50 pgsql: Use the GetPGProcByNumber() macro when possible
Previous Message Tom Lane 2026-01-05 02:11:09 Re: pgsql: Remove unneeded defines from pg_config.h.in