1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-21 15:54:08 +03:00

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
This commit is contained in:
Daniel Gustafsson 2025-05-18 10:05:38 +02:00
parent 5987553fde
commit 0d4dad200d

View File

@ -396,7 +396,7 @@ SearchSysCacheCopy(int cacheId,
/* /*
* SearchSysCacheLockedCopy1 * SearchSysCacheLockedCopy1
* *
* Meld SearchSysCacheLockedCopy1 with SearchSysCacheCopy(). After the * Meld SearchSysCacheLocked1 with SearchSysCacheCopy(). After the
* caller's heap_update(), it should UnlockTuple(InplaceUpdateTupleLock) and * caller's heap_update(), it should UnlockTuple(InplaceUpdateTupleLock) and
* heap_freetuple(). * heap_freetuple().
*/ */