=== Applying patches on top of PostgreSQL commit ID 5deb56387e3a1d08e1e62bed031258db267a0ab5 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v2-0001-Remove-unused-latch.patch patching file src/backend/replication/walsender.c patching file src/include/replication/walsender_private.h [cf/5118 9feb89d5b1] Remove unused latch Author: Heikki Linnakangas Date: Sat Aug 24 01:04:21 2024 +0300 2 files changed, 10 deletions(-) === applying patch ./v2-0002-Remove-unneeded-include.patch patching file src/include/storage/buf_internals.h [cf/5118 ef40eec056] Remove unneeded #include Author: Heikki Linnakangas Date: Sat Aug 24 00:26:46 2024 +0300 1 file changed, 1 deletion(-) === applying patch ./v2-0003-Rename-SetWalSummarizerLatch-function.patch patching file src/backend/access/transam/xlog.c Hunk #1 succeeded at 7293 (offset 25 lines). patching file src/backend/postmaster/walsummarizer.c patching file src/include/postmaster/walsummarizer.h [cf/5118 914e2855a5] Rename SetWalSummarizerLatch function Author: Heikki Linnakangas Date: Sat Aug 24 00:21:15 2024 +0300 3 files changed, 4 insertions(+), 4 deletions(-) === applying patch ./v2-0004-Address-walwriter-and-checkpointer-by-proc-number.patch patching file src/backend/access/transam/xlog.c patching file src/backend/postmaster/checkpointer.c Hunk #2 succeeded at 1139 (offset 11 lines). patching file src/backend/postmaster/walwriter.c patching file src/backend/storage/lmgr/proc.c Hunk #1 succeeded at 194 (offset 17 lines). patching file src/include/storage/proc.h Hunk #1 succeeded at 418 (offset 5 lines). [cf/5118 613918d75b] Address walwriter and checkpointer by proc number Author: Heikki Linnakangas Date: Fri Aug 23 17:25:15 2024 +0300 5 files changed, 34 insertions(+), 16 deletions(-) === applying patch ./v2-0005-Address-walreceiver-by-procno-not-direct-pointer-.patch patching file src/backend/access/transam/xlogfuncs.c Hunk #1 FAILED at 28. 1 out of 1 hunk FAILED -- saving rejects to file src/backend/access/transam/xlogfuncs.c.rej patching file src/backend/replication/libpqwalreceiver/libpqwalreceiver.c patching file src/backend/replication/walreceiver.c patching file src/backend/replication/walreceiverfuncs.c patching file src/include/replication/walreceiver.h