mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
## Problem See https://github.com/neondatabase/neon/issues/10281 pg17 performs extra lock/unlock operation when fetching LwLSN. ## Summary of changes Perform all lookups under one lock, moving initialization of not found keys to separate loop. Related Postgres PR: https://github.com/neondatabase/postgres/pull/553 --------- Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
19 lines
305 B
JSON
19 lines
305 B
JSON
{
|
|
"v17": [
|
|
"17.2",
|
|
"0f8da73ed08d4fc4ee58cccea008c75bfb20baa8"
|
|
],
|
|
"v16": [
|
|
"16.6",
|
|
"f63b141cfb0c813725a6b2574049565bff643018"
|
|
],
|
|
"v15": [
|
|
"15.10",
|
|
"d3141e17a7155e3d07c8deba4a10c748a29ba1e6"
|
|
],
|
|
"v14": [
|
|
"14.15",
|
|
"210a0ba3afd8134ea910b203f274b165bd4f05d7"
|
|
]
|
|
}
|