=== Applying patches on top of PostgreSQL commit ID c7301c3b6fe2feaf96d52cbf35a85ac6b95374dc === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v33-0001-Export-wal_sync_method-related-functions.patch patching file src/backend/access/transam/xlog.c Hunk #1 succeeded at 8602 (offset 10 lines). Hunk #2 succeeded at 8632 (offset 10 lines). Hunk #3 succeeded at 8669 (offset 10 lines). Hunk #4 succeeded at 8682 (offset 10 lines). patching file src/include/access/xlog.h Hunk #1 succeeded at 219 (offset 2 lines). [cf/3461 eb1dbb06c9] Export wal_sync_method related functions Author: Kyotaro Horiguchi Date: Mon Jan 15 15:57:53 2024 +0900 2 files changed, 52 insertions(+), 23 deletions(-) === applying patch ./v33-0002-Introduce-undo-log-implementation.patch 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/simpleundolog.c patching file src/backend/access/transam/twophase.c patching file src/backend/access/transam/xact.c Hunk #2 succeeded at 2306 (offset 38 lines). Hunk #3 succeeded at 2456 (offset 38 lines). Hunk #4 succeeded at 2566 (offset 38 lines). Hunk #5 succeeded at 2902 (offset 38 lines). Hunk #6 succeeded at 2970 (offset 38 lines). Hunk #7 succeeded at 5160 (offset 43 lines). Hunk #8 succeeded at 5342 (offset 30 lines). Hunk #9 succeeded at 5833 (offset 30 lines). Hunk #10 succeeded at 6236 (offset 30 lines). Hunk #11 succeeded at 6349 (offset 30 lines). Hunk #12 succeeded at 6416 (offset 30 lines). patching file src/backend/access/transam/xlog.c Hunk #2 succeeded at 5720 (offset -1 lines). Hunk #4 succeeded at 8627 (offset 10 lines). Hunk #5 succeeded at 8644 (offset 10 lines). Hunk #6 succeeded at 8694 (offset 10 lines). Hunk #7 succeeded at 8719 (offset 10 lines). patching file src/backend/catalog/storage.c patching file src/backend/storage/file/reinit.c patching file src/backend/storage/smgr/smgr.c patching file src/bin/initdb/initdb.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/simpleundolog.h patching file src/include/access/xlog.h Hunk #1 succeeded at 220 (offset 2 lines). patching file src/include/catalog/storage.h patching file src/include/catalog/storage_ulog.h patching file src/include/catalog/storage_xlog.h patching file src/include/storage/reinit.h patching file src/include/storage/smgr.h patching file src/tools/pgindent/typedefs.list Hunk #1 succeeded at 2077 (offset 4 lines). Hunk #2 succeeded at 2651 (offset 5 lines). Hunk #3 succeeded at 3024 (offset 5 lines). Hunk #4 succeeded at 3997 (offset 10 lines). Hunk #5 succeeded at 4110 (offset 10 lines). [cf/3461 7541590331] Introduce undo log implementation Author: Kyotaro Horiguchi Date: Thu Aug 31 11:49:10 2023 +0900 23 files changed, 818 insertions(+), 41 deletions(-) create mode 100644 src/backend/access/transam/simpleundolog.c create mode 100644 src/include/access/simpleundolog.h create mode 100644 src/include/catalog/storage_ulog.h === applying patch ./v33-0003-In-place-table-persistence-change.patch patching file src/backend/access/rmgrdesc/smgrdesc.c patching file src/backend/access/transam/simpleundolog.c patching file src/backend/catalog/storage.c patching file src/backend/commands/tablecmds.c Hunk #1 succeeded at 5692 (offset 25 lines). Hunk #2 succeeded at 6007 (offset 27 lines). patching file src/backend/storage/buffer/bufmgr.c Hunk #1 succeeded at 4154 (offset 69 lines). patching file src/bin/pg_rewind/parsexlog.c patching file src/include/catalog/storage_xlog.h patching file src/include/storage/bufmgr.h Hunk #1 succeeded at 268 (offset -4 lines). patching file src/include/storage/reinit.h patching file src/tools/pgindent/typedefs.list Hunk #1 succeeded at 4108 (offset 10 lines). [cf/3461 cbbda75c9a] In-place table persistence change Author: Kyotaro Horiguchi Date: Mon Sep 4 17:23:05 2023 +0900 10 files changed, 685 insertions(+), 45 deletions(-)