Update pgxn/neon/relperst_cache.c

Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2025-07-29 08:04:11 +03:00
committed by Konstantin Knizhnik
co-authored by Heikki Linnakangas
parent 382895d073
commit 9030bc8d04
+1
View File
@@ -244,6 +244,7 @@ set_cached_relperst(NRelFileInfo rinfo, NeonRelPersistence relperst)
LWLockRelease(relperst_hash_lock);
}
/* Release a pin that was acquired earlier with pin_cached_relperst() */
void
unpin_cached_relperst(NeonRelPersistenceEntry* entry)
{