mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 11:30:37 +00:00
Update pgxn/neon/relperst_cache.c
Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
committed by
Konstantin Knizhnik
parent
34cf566ac1
commit
374cd22437
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user