pgsql: Fix function name reference in comment

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix function name reference in comment
Date: 2025-05-18 08:10:57
Message-ID: E1uGZ6n-002DHk-0U@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix function name reference in comment

Ensure that we refer to the function being used, rather than the
name of the resulting function in question.

Author: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CA+renyVZNiHEv5ceKDjA4j5xC6NT6mRuW33BDERBQMi_90_t6A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0d4dad200d78da6c1c2c705315a04c2080cdd975

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-05-18 16:46:18 pgsql: Make our usage of memset_s() conform strictly to the C11 standar
Previous Message Daniel Gustafsson 2025-05-16 15:47:42 pgsql: Align organization wording in copyright statement