Skip to content

Commit 0d4dad2

Browse files
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
1 parent 5987553 commit 0d4dad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/cache/syscache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ SearchSysCacheCopy(int cacheId,
396396
/*
397397
* SearchSysCacheLockedCopy1
398398
*
399-
* Meld SearchSysCacheLockedCopy1 with SearchSysCacheCopy(). After the
399+
* Meld SearchSysCacheLocked1 with SearchSysCacheCopy(). After the
400400
* caller's heap_update(), it should UnlockTuple(InplaceUpdateTupleLock) and
401401
* heap_freetuple().
402402
*/

0 commit comments

Comments
 (0)