mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +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
374cd22437
commit
963ffdae12
@@ -145,7 +145,8 @@ get_pinned_entry(NRelFileInfo rinfo)
|
||||
}
|
||||
if (!found)
|
||||
{
|
||||
entry->relperst = NEON_RELPERSISTENCE_UNKNOWN; /* information about relation kind is not yet available */
|
||||
/* the caller will fill this in by calling set_cached_relperst() later */
|
||||
entry->relperst = NEON_RELPERSISTENCE_UNKNOWN;
|
||||
relperst_ctl->pinned += 1;
|
||||
entry->access_count = 1;
|
||||
relperst_ctl->size += 1;
|
||||
|
||||
Reference in New Issue
Block a user