=== Applying patches on top of PostgreSQL commit ID fb2ea12f42b9453853be043b8ed107e136e1ccb7 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Fri Mar 28 07:28:18 UTC 2025 On branch cf/5621 nothing to commit, working tree clean === using 'git am' to apply patch ./v3-0001-Compress-big-WAL-records.patch === Applying: Compress big WAL records .git/rebase-apply/patch:82: trailing whitespace. .git/rebase-apply/patch:89: trailing whitespace. .git/rebase-apply/patch:314: trailing whitespace. .git/rebase-apply/patch:781: trailing whitespace. else warning: 4 lines add whitespace errors. Using index info to reconstruct a base tree... M contrib/pg_walinspect/pg_walinspect.c M src/backend/access/transam/xlog.c M src/backend/access/transam/xloginsert.c M src/backend/access/transam/xlogreader.c M src/backend/utils/misc/guc_tables.c M src/backend/utils/misc/postgresql.conf.sample M src/include/access/xlog.h M src/include/access/xloginsert.h M src/include/pg_config_manual.h Falling back to patching base and 3-way merge... Auto-merging src/include/pg_config_manual.h Auto-merging src/include/access/xloginsert.h CONFLICT (content): Merge conflict in src/include/access/xloginsert.h Auto-merging src/include/access/xlog.h Auto-merging src/backend/utils/misc/postgresql.conf.sample Auto-merging src/backend/utils/misc/guc_tables.c Auto-merging src/backend/access/transam/xlogreader.c Auto-merging src/backend/access/transam/xloginsert.c Auto-merging src/backend/access/transam/xlog.c Auto-merging contrib/pg_walinspect/pg_walinspect.c error: Failed to merge in the changes. hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Compress big WAL records When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". Unstaged changes after reset: M contrib/pg_walinspect/pg_walinspect.c M src/backend/access/rmgrdesc/xlogdesc.c M src/backend/access/transam/xlog.c M src/backend/access/transam/xloginsert.c M src/backend/access/transam/xlogreader.c M src/backend/utils/misc/guc_tables.c M src/backend/utils/misc/postgresql.conf.sample M src/include/access/xlog.h M src/include/access/xloginsert.h M src/include/access/xlogreader.h M src/include/access/xlogrecord.h M src/include/pg_config_manual.h M src/test/recovery/t/026_overwrite_contrecord.pl === using patch(1) to apply patch ./v3-0001-Compress-big-WAL-records.patch === patch: unrecognized option `--no-backup-if-mismatch' usage: patch [-bCcEeflNnRstuv] [-B backup-prefix] [-D symbol] [-d directory] [-F max-fuzz] [-i patchfile] [-o out-file] [-p strip-count] [-r rej-name] [-V t | nil | never | none] [-x number] [-z backup-ext] [--posix] [origfile [patchfile]] patch >>>>>> theirs extern void XLogRegisterBuffer(uint8 block_id, Buffer buffer, uint8 flags); extern void XLogRegisterBlock(uint8 block_id, RelFileLocator *rlocator, ForkNumber forknum, BlockNumber blknum, const PageData *page,