Update pgxn/neon/relperst_cache.c

Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2025-07-23 16:07:06 +03:00
committed by Konstantin Knizhnik
parent 74076ee306
commit 34cf566ac1

View File

@@ -113,7 +113,7 @@ RelperstCacheShmemInit(void)
}
/*
* Lookup existed entry or create new one
* Lookup existing entry or create a new one
*/
static NeonRelPersistenceEntry*
get_pinned_entry(NRelFileInfo rinfo)