mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
## Problem We currently have this code duplicated across different PG versions. Moving this to an extension would reduce duplication and simplify maintenance. ## Summary of changes Moving the LastWrittenLSN code from PG versions to the Neon extension and linking it with hooks. Related Postgres PR: https://github.com/neondatabase/postgres/pull/590 Closes: https://github.com/neondatabase/neon/issues/10973 --------- Co-authored-by: Tristan Partin <tristan@neon.tech>
19 lines
305 B
JSON
19 lines
305 B
JSON
{
|
|
"v17": [
|
|
"17.4",
|
|
"22533c63fc42cdc1dbe138650ba1eca10a70c5d7"
|
|
],
|
|
"v16": [
|
|
"16.8",
|
|
"473f68210d52ff8508f71c15b0c77c01296f4ace"
|
|
],
|
|
"v15": [
|
|
"15.12",
|
|
"6cea02e23caa950d5f06932491a91b6af8f54360"
|
|
],
|
|
"v14": [
|
|
"14.17",
|
|
"35bc1b0cba55680e3b37abce4e67a46bb15f3315"
|
|
]
|
|
}
|