=== Applying patches on top of PostgreSQL commit ID 8720a15e9ab121e49174d889eaeafae8ac89de7b === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v12-0001-Refactor-GetLockConflicts-into-more-general-GetL.patch patching file src/backend/access/transam/twophase.c patching file src/backend/access/transam/xact.c Hunk #1 succeeded at 2674 (offset 38 lines). patching file src/backend/storage/ipc/standby.c patching file src/backend/storage/lmgr/lmgr.c Hunk #1 succeeded at 912 (offset -10 lines). Hunk #2 succeeded at 922 (offset -10 lines). patching file src/backend/storage/lmgr/lock.c Hunk #1 succeeded at 2872 (offset 22 lines). Hunk #2 succeeded at 2936 (offset 22 lines). Hunk #3 succeeded at 3009 (offset 22 lines). Hunk #4 succeeded at 3029 (offset 22 lines). Hunk #5 succeeded at 3063 (offset 22 lines). Hunk #6 succeeded at 3076 (offset 22 lines). Hunk #7 succeeded at 3091 (offset 22 lines). patching file src/backend/storage/lmgr/proc.c patching file src/include/storage/lock.h Hunk #1 succeeded at 574 (offset 1 line). [cf/4480 3027d90c22] Refactor GetLockConflicts() into more general GetLockers() Author: Will Mortensen Date: Thu Dec 21 22:08:51 2023 -0800 7 files changed, 54 insertions(+), 40 deletions(-) === applying patch ./v12-0002-Allow-specifying-single-lockmode-in-WaitForLocke.patch patching file src/backend/catalog/index.c Hunk #1 succeeded at 2269 (offset 1 line). Hunk #2 succeeded at 2285 (offset 1 line). patching file src/backend/commands/indexcmds.c Hunk #1 succeeded at 1665 (offset 1 line). Hunk #2 succeeded at 1712 (offset 1 line). Hunk #3 succeeded at 3938 (offset 4 lines). Hunk #4 succeeded at 3997 (offset 4 lines). Hunk #5 succeeded at 4155 (offset 4 lines). Hunk #6 succeeded at 4189 (offset 4 lines). patching file src/backend/commands/tablecmds.c Hunk #1 succeeded at 19102 (offset 28 lines). patching file src/backend/storage/lmgr/lmgr.c Hunk #1 succeeded at 882 (offset -10 lines). Hunk #2 succeeded at 913 (offset -10 lines). Hunk #3 succeeded at 973 (offset -10 lines). patching file src/include/storage/lmgr.h Hunk #1 succeeded at 84 (offset 2 lines). [cf/4480 2457f032cc] Allow specifying single lockmode in WaitForLockers() Author: Will Mortensen Date: Thu Dec 21 22:12:49 2023 -0800 5 files changed, 25 insertions(+), 21 deletions(-) === applying patch ./v12-0003-Add-pg_wait_for_lockers-function.patch patching file doc/src/sgml/func.sgml Hunk #1 succeeded at 30463 (offset 143 lines). patching file src/backend/storage/lmgr/lock.c Hunk #1 succeeded at 4077 (offset 22 lines). patching file src/backend/utils/adt/lockfuncs.c Hunk #1 FAILED at 13. Hunk #2 succeeded at 600 with fuzz 2 (offset -1 lines). 1 out of 2 hunks FAILED -- saving rejects to file src/backend/utils/adt/lockfuncs.c.rej patching file src/include/catalog/pg_proc.dat patching file src/include/storage/lock.h Hunk #1 succeeded at 591 (offset 1 line). patching file src/test/isolation/expected/wait-for-lockers.out patching file src/test/isolation/isolation_schedule patching file src/test/isolation/specs/wait-for-lockers.spec patching file src/test/regress/expected/wait_for_lockers.out patching file src/test/regress/parallel_schedule patching file src/test/regress/sql/wait_for_lockers.sql