pgsql: Improve comment in pgstatfuncs.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve comment in pgstatfuncs.c
Date: 2025-12-24 08:10:42
Message-ID: E1vYJxB-002Ojj-0Z@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve comment in pgstatfuncs.c

Author: Zizhen Qiao <zizhen_qiao(at)163(dot)com>
Discussion: https://postgr.es/m/5ee635f9.49f7.19b4ed9e803.Coremail.zizhen_qiao@163.com

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/pgstatfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2025-12-24 09:02:02 pgsql: Simplify COALESCE expressions using non-nullable arguments
Previous Message Amit Kapila 2025-12-24 04:47:03 pgsql: Don't advance origin during apply failure.