mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 06:30:43 +00:00
## Problem Currently we can have an issue where if someone does `pg_logical_slot_advance`, it could fail because it doesn't have the WAL locally. ## Summary of changes Adds on-demand WAL download and a test to these slot funcs. Before adding these, the test fails with ``` requested WAL segment pg_wal/000000010000000000000001 has already been removed ``` After the changes, the test passes Relies on: - https://github.com/neondatabase/postgres/pull/466 - https://github.com/neondatabase/postgres/pull/467 - https://github.com/neondatabase/postgres/pull/468
15 lines
229 B
JSON
15 lines
229 B
JSON
{
|
|
"v16": [
|
|
"16.3",
|
|
"5ea106b2583285849784e774b39d62eb2615bd5d"
|
|
],
|
|
"v15": [
|
|
"15.7",
|
|
"39c51c33b383239c78b86afe561679f980e44842"
|
|
],
|
|
"v14": [
|
|
"14.12",
|
|
"a48faca1d9aef59649dd1bf34bc1b6303fa3489e"
|
|
]
|
|
}
|