Fix function name reference in comment

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 0d4dad200d78da6c1c2c705315a04c2080cdd975
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2025-05-18T08:05:38Z
Releases: 18.0
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

Files

PathChange+/−
src/backend/utils/cache/syscache.c modified +1 −1

Discussion