mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
Remove unused field
This commit is contained in:
committed by
Mikhail Kot
parent
32e3b7dfd2
commit
22ac47a7cf
@@ -434,7 +434,6 @@ pub fn empty_shmem() -> crate::bindings::WalproposerShmemState {
|
||||
donor_conninfo: [0; 1024],
|
||||
donor_lsn: 0,
|
||||
mutex: 0,
|
||||
bgw_started: false,
|
||||
mineLastElectedTerm: crate::bindings::pg_atomic_uint64 { value: 0 },
|
||||
backpressureThrottlingTime: crate::bindings::pg_atomic_uint64 { value: 0 },
|
||||
currentClusterSize: crate::bindings::pg_atomic_uint64 { value: 0 },
|
||||
|
||||
Reference in New Issue
Block a user