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:09:51 +03:00
committed by Konstantin Knizhnik
parent 382895d073
commit 9030bc8d04

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)
{