pgsql: Rephrase comments to make them clearer

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rephrase comments to make them clearer
Date: 2022-08-04 14:31:53
Message-ID: E1oJbtB-000Hka-IX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rephrase comments to make them clearer

The use of "we" when referring to the active backend might be
misunderstood, so rephrase to make it clearer who is performing
the actions discussed in the comment.

Author: Junwang Zhao <zhjwpku(at)gmail(dot)com>
Reviewed-by: Erikjan Rijkers <er(at)xs4all(dot)nl>
Reviewed-by: Robert Treat <rob(at)xzilla(dot)net>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/CAEG8a3LRSMqkvjiURiJoSi4aGWORpiXUmUfQQK5PaD6WfPzu3w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f8f20203c2a4352491535f971b51802a8218bcd3

Modified Files
--------------
src/backend/access/transam/xact.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-08-04 15:11:59 pgsql: Add proper regression test for the recent SRFs-in-pathkeys probl
Previous Message John Naylor 2022-08-04 09:43:32 pgsql: Fix formatting and comment typos