=== Applying patches on top of PostgreSQL commit ID 4f941d432b42eccd99ba0d22e3a59c073ac2406a === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Tue Dec 2 11:52:21 UTC 2025 On branch cf/6272 nothing to commit, working tree clean === using 'git am' to apply patch ./log_object_drops.patch === Applying: Add log_object_drops GUC for DROP TABLE/DATABASE logging .git/rebase-apply/patch:158: indent with spaces. XLogRecPtr commit_lsn = InvalidXLogRecPtr; .git/rebase-apply/patch:322: indent with spaces. return; .git/rebase-apply/patch:364: indent with spaces. return; warning: 3 lines add whitespace errors. Using index info to reconstruct a base tree... M doc/src/sgml/config.sgml M src/backend/access/transam/xact.c M src/backend/catalog/dependency.c M src/backend/utils/misc/guc_parameters.dat M src/backend/utils/misc/guc_tables.c M src/test/recovery/meson.build Falling back to patching base and 3-way merge... Auto-merging src/test/recovery/meson.build CONFLICT (content): Merge conflict in src/test/recovery/meson.build Auto-merging src/backend/utils/misc/guc_tables.c Auto-merging src/backend/utils/misc/guc_parameters.dat Auto-merging src/backend/catalog/dependency.c Auto-merging src/backend/access/transam/xact.c Auto-merging doc/src/sgml/config.sgml error: Failed to merge in the changes. hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Add log_object_drops GUC for DROP TABLE/DATABASE logging 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/postgres_fdw/connection.c M contrib/sepgsql/label.c M doc/src/sgml/config.sgml M src/backend/access/transam/xact.c M src/backend/catalog/dependency.c M src/backend/commands/dbcommands.c M src/backend/utils/misc/guc_parameters.dat M src/backend/utils/misc/guc_tables.c M src/include/access/xact.h M src/include/utils/guc.h M src/pl/plpgsql/src/pl_exec.c M src/pl/plpgsql/src/plpgsql.h M src/test/recovery/meson.build Removing src/test/recovery/t/049_drop_table_logging.pl === using patch(1) to apply patch ./log_object_drops.patch === patching file contrib/postgres_fdw/connection.c patching file contrib/sepgsql/label.c patching file doc/src/sgml/config.sgml Hunk #1 succeeded at 7687 (offset 16 lines). patching file src/backend/access/transam/xact.c Hunk #1 succeeded at 339 (offset 1 line). Hunk #2 succeeded at 1313 (offset 1 line). Hunk #3 succeeded at 1453 (offset 1 line). Hunk #4 succeeded at 1582 (offset 1 line). Hunk #5 succeeded at 2247 (offset 1 line). Hunk #6 succeeded at 2296 (offset 1 line). Hunk #7 succeeded at 2381 (offset 1 line). Hunk #8 succeeded at 2424 (offset 1 line). Hunk #9 succeeded at 2573 (offset 1 line). Hunk #10 succeeded at 2733 (offset 1 line). Hunk #11 succeeded at 2985 (offset 6 lines). Hunk #12 succeeded at 3860 (offset 6 lines). Hunk #13 succeeded at 3869 (offset 6 lines). patching file src/backend/catalog/dependency.c Hunk #2 succeeded at 67 (offset 1 line). Hunk #3 succeeded at 179 (offset 1 line). Hunk #4 succeeded at 1499 (offset 1 line). patching file src/backend/commands/dbcommands.c patching file src/backend/utils/misc/guc_parameters.dat Hunk #1 succeeded at 3499 with fuzz 2 (offset -1 lines). patching file src/backend/utils/misc/guc_tables.c patching file src/include/access/xact.h patching file src/include/utils/guc.h patching file src/pl/plpgsql/src/pl_exec.c patching file src/pl/plpgsql/src/plpgsql.h patching file src/test/recovery/meson.build Hunk #1 FAILED at 56. 1 out of 1 hunk FAILED -- saving rejects to file src/test/recovery/meson.build.rej patching file src/test/recovery/t/049_drop_table_logging.pl Unstaged changes after reset: M contrib/postgres_fdw/connection.c M contrib/sepgsql/label.c M doc/src/sgml/config.sgml M src/backend/access/transam/xact.c M src/backend/catalog/dependency.c M src/backend/commands/dbcommands.c M src/backend/utils/misc/guc_parameters.dat M src/backend/utils/misc/guc_tables.c M src/include/access/xact.h M src/include/utils/guc.h M src/pl/plpgsql/src/pl_exec.c M src/pl/plpgsql/src/plpgsql.h Removing src/test/recovery/meson.build.rej Removing src/test/recovery/t/049_drop_table_logging.pl === using 'git apply' to apply patch ./log_object_drops.patch === /work/patches/./log_object_drops.patch:166: indent with spaces. XLogRecPtr commit_lsn = InvalidXLogRecPtr; /work/patches/./log_object_drops.patch:330: indent with spaces. return; /work/patches/./log_object_drops.patch:372: indent with spaces. return; Applied patch to 'contrib/postgres_fdw/connection.c' cleanly. Applied patch to 'contrib/sepgsql/label.c' cleanly. Applied patch to 'doc/src/sgml/config.sgml' cleanly. Applied patch to 'src/backend/access/transam/xact.c' cleanly. Applied patch to 'src/backend/catalog/dependency.c' cleanly. Applied patch to 'src/backend/commands/dbcommands.c' cleanly. Applied patch to 'src/backend/utils/misc/guc_parameters.dat' cleanly. Applied patch to 'src/backend/utils/misc/guc_tables.c' cleanly. Applied patch to 'src/include/access/xact.h' cleanly. Applied patch to 'src/include/utils/guc.h' cleanly. Applied patch to 'src/pl/plpgsql/src/pl_exec.c' cleanly. Applied patch to 'src/pl/plpgsql/src/plpgsql.h' cleanly. Applied patch to 'src/test/recovery/meson.build' with conflicts. Falling back to direct application... U src/test/recovery/meson.build warning: 3 lines add whitespace errors. diff --cc src/test/recovery/meson.build index 523a5cd5b52,027e956a9bf..00000000000 --- a/src/test/recovery/meson.build +++ b/src/test/recovery/meson.build @@@ -57,7 -57,7 +57,11 @@@ tests += 't/046_checkpoint_logical_slot.pl', 't/047_checkpoint_physical_slot.pl', 't/048_vacuum_horizon_floor.pl', ++<<<<<<< ours + 't/049_wait_for_lsn.pl', ++======= + 't/049_drop_table_logging.pl', ++>>>>>>> theirs ], }, }