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:34 +03:00
committed by Konstantin Knizhnik
parent 34cf566ac1
commit 374cd22437

View File

@@ -125,7 +125,8 @@ get_pinned_entry(NRelFileInfo rinfo)
{
if (dlist_is_empty(&relperst_ctl->lru))
{
neon_log(PANIC, "Not unpinned relperst entries");
/* Cannot happen, because we size the hash table to be large enough for the worst case */
neon_log(PANIC, "No unpinned relperst entries");
}
else
{