=== Applying patches on top of PostgreSQL commit ID a3699daea2026de324ed7cc7115c36d3499010d3 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v1-0001-Allow-to-use-multiple-shared-memory-mappings.patch patching file src/backend/port/posix_sema.c patching file src/backend/port/sysv_sema.c patching file src/backend/port/sysv_shmem.c patching file src/backend/port/win32_sema.c patching file src/backend/storage/ipc/ipc.c patching file src/backend/storage/ipc/ipci.c Hunk #1 succeeded at 85 (offset -3 lines). Hunk #2 succeeded at 204 (offset 2 lines). Hunk #3 succeeded at 363 (offset 1 line). patching file src/backend/storage/ipc/shmem.c patching file src/backend/storage/lmgr/lwlock.c patching file src/include/storage/buf_internals.h Hunk #1 succeeded at 22 with fuzz 1 (offset -1 lines). patching file src/include/storage/ipc.h patching file src/include/storage/pg_sema.h patching file src/include/storage/pg_shmem.h patching file src/include/storage/shmem.h [cf/5319 e2d8324ca5] Allow to use multiple shared memory mappings Author: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Wed Oct 9 15:41:32 2024 +0200 13 files changed, 258 insertions(+), 124 deletions(-) === applying patch ./v1-0002-Allow-placing-shared-memory-mapping-with-an-offse.patch patching file src/backend/port/sysv_shmem.c [cf/5319 c776d7ec67] Allow placing shared memory mapping with an offset Author: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Wed Oct 16 20:21:33 2024 +0200 1 file changed, 119 insertions(+), 1 deletion(-) === applying patch ./v1-0003-Introduce-multiple-shmem-slots-for-shared-buffers.patch patching file src/backend/port/sysv_shmem.c patching file src/backend/storage/buffer/buf_init.c Hunk #1 succeeded at 61 with fuzz 1 (offset -1 lines). Hunk #2 succeeded at 76 (offset -1 lines). Hunk #3 succeeded at 101 (offset -1 lines). Hunk #4 FAILED at 158. 1 out of 4 hunks FAILED -- saving rejects to file src/backend/storage/buffer/buf_init.c.rej patching file src/backend/storage/buffer/buf_table.c patching file src/backend/storage/buffer/freelist.c patching file src/backend/storage/ipc/ipci.c Hunk #1 FAILED at 115. 1 out of 1 hunk FAILED -- saving rejects to file src/backend/storage/ipc/ipci.c.rej patching file src/include/storage/bufmgr.h Hunk #1 FAILED at 301. 1 out of 1 hunk FAILED -- saving rejects to file src/include/storage/bufmgr.h.rej patching file src/include/storage/pg_shmem.h