mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
8c2f85b209
## Summary of changes Bump all minor versions. The only non-trivial conflict was between - https://github.com/postgres/postgres/commit/0350b876b074dc307b82ba18cd3c7cad46066baf - and https://github.com/neondatabase/postgres/commit/bd09a752f4c2556ba2722510e7196136cc266c43 It seems that just adding this extra argument is enough. I also got conflict with https://github.com/postgres/postgres/commit/c1c9df3159cfa91416bebe56ae50bc32d8a4e10b 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