=== Applying patches on top of PostgreSQL commit ID 7b88529f4363994450bd4cd3c172006a8a77e222 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v35-0001-Add-XLOG-resource-for-the-undo-log-system.patch patching file src/backend/access/rmgrdesc/Makefile patching file src/backend/access/rmgrdesc/meson.build patching file src/backend/access/rmgrdesc/undologdesc.c patching file src/backend/access/transam/Makefile patching file src/backend/access/transam/meson.build patching file src/backend/access/transam/rmgr.c patching file src/backend/access/transam/undolog.c patching file src/bin/pg_rewind/parsexlog.c patching file src/bin/pg_waldump/rmgrdesc.c patching file src/include/access/rmgr.h patching file src/include/access/rmgrlist.h patching file src/include/access/undolog.h patching file src/tools/pgindent/typedefs.list Hunk #1 succeeded at 3034 (offset 2 lines). Hunk #2 succeeded at 4140 (offset 2 lines). [cf/3461 6f54a860ca] Add XLOG resource for the undo log system Author: Kyotaro Horiguchi Date: Mon Sep 30 16:31:02 2024 +0900 13 files changed, 258 insertions(+), 27 deletions(-) create mode 100644 src/backend/access/rmgrdesc/undologdesc.c create mode 100644 src/backend/access/transam/undolog.c create mode 100644 src/include/access/undolog.h === applying patch ./v35-0002-Delay-the-reset-of-UNLOGGED-relations.patch patching file src/backend/access/transam/xlog.c Hunk #1 succeeded at 5761 (offset 5 lines). Hunk #2 succeeded at 5908 (offset 5 lines). patching file src/backend/access/transam/xlogrecovery.c Hunk #1 succeeded at 56 (offset -1 lines). Hunk #2 succeeded at 2261 (offset -11 lines). [cf/3461 3d17ac7ce3] Delay the reset of UNLOGGED relations Author: Kyotaro Horiguchi Date: Mon Sep 30 17:56:46 2024 +0900 2 files changed, 18 insertions(+), 8 deletions(-) === applying patch ./v35-0003-Add-new-function-TwoPhaseXidExists.patch patching file src/backend/access/transam/twophase.c patching file src/include/access/twophase.h [cf/3461 285bd41de3] Add new function TwoPhaseXidExists Author: Kyotaro Horiguchi Date: Thu Oct 3 17:46:06 2024 +0900 2 files changed, 26 insertions(+), 6 deletions(-) === applying patch ./v35-0004-Introduce-undo-log-implementation.patch warning: quoted CRLF detected (Stripping trailing CRs from patch; use --binary to disable.) patching file src/backend/access/transam/twophase.c (Stripping trailing CRs from patch; use --binary to disable.) patching file src/backend/access/transam/undolog.c (Stripping trailing CRs from patch; use --binary to disable.) patching file src/backend/access/transam/xact.c Hunk #2 succeeded at 2432 (offset -1 lines). Hunk #3 succeeded at 2676 (offset -1 lines). Hunk #4 succeeded at 2973 (offset -6 lines). Hunk #5 succeeded at 5183 (offset -6 lines). Hunk #6 succeeded at 5366 (offset -6 lines). Hunk #7 succeeded at 6257 (offset -6 lines). Hunk #8 succeeded at 6370 (offset -6 lines). (Stripping trailing CRs from patch; use --binary to disable.) patching file src/backend/access/transam/xlog.c Hunk #2 succeeded at 5911 (offset 5 lines). Hunk #3 succeeded at 7522 (offset -1 lines). (Stripping trailing CRs from patch; use --binary to disable.) patching file src/backend/access/transam/xlogrecovery.c Hunk #2 succeeded at 2268 (offset -11 lines). (Stripping trailing CRs from patch; use --binary to disable.) patching file src/backend/storage/ipc/ipci.c Hunk #1 succeeded at 22 with fuzz 1. Hunk #2 FAILED at 151. Hunk #3 succeeded at 286 (offset -2 lines). 1 out of 3 hunks FAILED -- saving rejects to file src/backend/storage/ipc/ipci.c.rej (Stripping trailing CRs from patch; use --binary to disable.) patching file src/backend/storage/lmgr/lwlock.c (Stripping trailing CRs from patch; use --binary to disable.) patching file src/backend/utils/activity/wait_event_names.txt Hunk #1 FAILED at 347. 1 out of 1 hunk FAILED -- saving rejects to file src/backend/utils/activity/wait_event_names.txt.rej (Stripping trailing CRs from patch; use --binary to disable.) patching file src/backend/utils/init/postinit.c Hunk #1 succeeded at 25 with fuzz 1 (offset 1 line). Hunk #2 succeeded at 642 (offset 1 line). (Stripping trailing CRs from patch; use --binary to disable.) patching file src/bin/initdb/initdb.c (Stripping trailing CRs from patch; use --binary to disable.) patching file src/bin/pg_waldump/t/001_basic.pl (Stripping trailing CRs from patch; use --binary to disable.) patching file src/include/access/undolog.h (Stripping trailing CRs from patch; use --binary to disable.) patching file src/include/storage/lwlock.h (Stripping trailing CRs from patch; use --binary to disable.) patching file src/include/storage/lwlocklist.h Hunk #1 FAILED at 84. 1 out of 1 hunk FAILED -- saving rejects to file src/include/storage/lwlocklist.h.rej (Stripping trailing CRs from patch; use --binary to disable.) patching file src/tools/pgindent/typedefs.list Hunk #1 succeeded at 2479 (offset 2 lines). Hunk #2 succeeded at 3033 (offset 2 lines).