mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-03 19:42:55 +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
dd1440960a
commit
d961d39e76
@@ -63,8 +63,10 @@ static HTAB *relperst_hash;
|
||||
static int relperst_hash_size = DEFAULT_RELPERST_HASH_SIZE;
|
||||
static NeonRelPersistenceHashControl* relperst_ctl;
|
||||
|
||||
/* Protects unlogged build completing while another backend is writing to it */
|
||||
LWLockId finish_unlogged_build_lock;
|
||||
LWLockId relperst_hash_lock;
|
||||
/* Protects 'relperst_hash' */
|
||||
static LWLockId relperst_hash_lock;
|
||||
|
||||
/*
|
||||
* Shared memory registration
|
||||
|
||||
Reference in New Issue
Block a user