pgsql: Fix function name reference in comment - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix function name reference in comment
Date
Msg-id E1uGZ6n-002DHk-0U@gemulon.postgresql.org
Whole thread Raw
List 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@illuminatedcomputing.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Align organization wording in copyright statement
Next
From: Tom Lane
Date:
Subject: pgsql: Make our usage of memset_s() conform strictly to the C11 standar