Files
neon/vendor/revisions.json
Alexey Kondratov 8c2f85b209 chore(compute): Postgres 17.3, 16.7, 15.11 and 14.16 (#10771)
## Summary of changes

Bump all minor versions. The only non-trivial conflict was between
-
0350b876b0
- and
bd09a752f4

It seems that just adding this extra argument is enough.

I also got conflict with

c1c9df3159
but for some reason only in PG 15. Yet, that was a trivial one around
```c
		if (XLogCtl)
			LWLockRelease(ControlFileLock);
		/* durable_rename already emitted log message */
		return false;
```
in `xlog.c`

## Postgres PRs

- https://github.com/neondatabase/postgres/pull/580
- https://github.com/neondatabase/postgres/pull/579
- https://github.com/neondatabase/postgres/pull/577
- https://github.com/neondatabase/postgres/pull/578
2025-02-13 13:28:05 +00:00

19 lines
305 B
JSON

{
"v17": [
"17.3",
"4d3a722312b496ff7378156caa6d41c2e70c30e4"
],
"v16": [
"16.7",
"999cf81b101ead40e597d5cd729458d8200f4537"
],
"v15": [
"15.11",
"80ed91ce255c765d25be0bb4a02c942fe6311fbf"
],
"v14": [
"14.16",
"62a86dfc91e0c35a72f2ea5e99e6969b830c0c26"
]
}