mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 15:02:56 +00:00
Fix merge problems
This commit is contained in:
committed by
Konstantin Knizhnik
parent
c1362cbf71
commit
9d12eea25a
@@ -10,6 +10,7 @@
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include "neon.h"
|
||||
#include "miscadmin.h"
|
||||
#include "neon_pgversioncompat.h"
|
||||
|
||||
@@ -121,7 +122,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