Files
neon/vendor/revisions.json
Suhas Thalanki 5589efb6de moving LastWrittenLSNCache to Neon Extension (#11031)
## 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>
2025-03-19 17:29:40 +00:00

19 lines
305 B
JSON

{
"v17": [
"17.4",
"22533c63fc42cdc1dbe138650ba1eca10a70c5d7"
],
"v16": [
"16.8",
"473f68210d52ff8508f71c15b0c77c01296f4ace"
],
"v15": [
"15.12",
"6cea02e23caa950d5f06932491a91b6af8f54360"
],
"v14": [
"14.17",
"35bc1b0cba55680e3b37abce4e67a46bb15f3315"
]
}