mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
Previously, remote extensions were not fetched unless they were used in some other manner. For instance, loading a BM25 index in pg_search fetches the pg_search extension. However, if on a fresh compute with pg_search 0.15.5 installed, the user ran `ALTER EXTENSION pg_search UPDATE TO '0.15.6'` without first using the pg_search extension, we would not fetch the extension and fail to find an update path. Signed-off-by: Tristan Partin <tristan@neon.tech>
19 lines
305 B
JSON
19 lines
305 B
JSON
{
|
|
"v17": [
|
|
"17.4",
|
|
"e5e87b9f52d0eaeb83f3e2517bb9727aac37729b"
|
|
],
|
|
"v16": [
|
|
"16.8",
|
|
"512856aaa8bedbaa8f06811449518dcb0c2e5d8f"
|
|
],
|
|
"v15": [
|
|
"15.12",
|
|
"ee794ba767eef9b10260ef67d3a58084f1dabd6f"
|
|
],
|
|
"v14": [
|
|
"14.17",
|
|
"7b7592e74059f795b64f06860cea97673418f35e"
|
|
]
|
|
}
|