diff options
author | Masahiko Sawada <msawada@postgresql.org> | 2025-08-28 17:06:42 -0700 |
---|---|---|
committer | Masahiko Sawada <msawada@postgresql.org> | 2025-08-28 17:06:42 -0700 |
commit | fabd8b8e2a72bac9e5a361856a355bd5bb2e61b8 (patch) | |
tree | 4773a24c6affe21a0c0e548a60e24e921de75ace /src/backend/utils/cache/lsyscache.c | |
parent | b8a1bdc458e3e81898a1fe3d26188bc1dcbac965 (diff) |
Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock where possible.HEADorigin/masterorigin/HEADmaster
Previously, we used LW_EXCLUSIVE in several places despite only reading
WalSummarizerCtl fields. This patch reduces the lock level to LW_SHARED
where we are only reading the shared fields.
Backpatch to 17, where wal summarization was introduced.
Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/CAD21AoDdKhf_9oriEYxY-JCdF+Oe_muhca3pcdkMEdBMzyHyKw@mail.gmail.com
Backpatch-through: 17
Diffstat (limited to 'src/backend/utils/cache/lsyscache.c')
0 files changed, 0 insertions, 0 deletions