mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 21:50:37 +00:00
Fix empty list check
This commit is contained in:
committed by
Konstantin Knizhnik
parent
902ea0ccd9
commit
c1362cbf71
@@ -121,7 +121,7 @@ get_pinned_entry(NRelFileInfo rinfo)
|
||||
|
||||
if (entry == NULL)
|
||||
{
|
||||
if (&dlist_is_empty(relkind_ctl->lru))
|
||||
if (&dlist_is_empty(&relkind_ctl->lru))
|
||||
{
|
||||
neon_log(PANIC, "Not unpinned relkind entries");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user