=== Applying patches on top of PostgreSQL commit ID 161c73462bf2b9845371d785eac21e32f8fdcae0 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./0001-Remove-LOCK_PRINT-call-that-could-point-to-garbage.patch patching file src/backend/storage/lmgr/lock.c [cf/3998 43ce4c1ae6] Remove LOCK_PRINT() call that could point to garbage Author: Heikki Linnakangas Date: Mon Jul 22 01:21:20 2024 +0300 1 file changed, 2 deletions(-) === applying patch ./0002-Fix-comment-in-LockReleaseAll-on-when-locallock-nLoc.patch patching file src/backend/storage/lmgr/lock.c [cf/3998 3619ab0e49] Fix comment in LockReleaseAll() on when locallock->nLock can be zero Author: Heikki Linnakangas Date: Mon Jul 22 00:43:13 2024 +0300 1 file changed, 2 insertions(+), 3 deletions(-) === applying patch ./0003-Set-MyProc-heldLocks-in-ProcSleep.patch patching file src/backend/storage/lmgr/lock.c patching file src/backend/storage/lmgr/proc.c [cf/3998 4d5fc0e52f] Set MyProc->heldLocks in ProcSleep Author: Heikki Linnakangas Date: Mon Jul 22 13:23:59 2024 +0300 2 files changed, 6 insertions(+), 12 deletions(-) === applying patch ./0004-Move-TRACE-calls-into-WaitOnLock.patch patching file src/backend/storage/lmgr/lock.c [cf/3998 b67cf9998b] Move TRACE calls into WaitOnLock() Author: Heikki Linnakangas Date: Mon Jul 22 13:12:57 2024 +0300 1 file changed, 14 insertions(+), 15 deletions(-) === applying patch ./0005-Remove-redundant-lockAwaited-global-variable.patch patching file src/backend/storage/lmgr/lock.c patching file src/backend/storage/lmgr/proc.c patching file src/backend/tcop/postgres.c patching file src/include/storage/lock.h patching file src/include/storage/proc.h Hunk #1 succeeded at 481 (offset 5 lines). [cf/3998 13b7fc2a06] Remove redundant lockAwaited global variable Author: Heikki Linnakangas Date: Mon Jul 22 17:23:33 2024 +0300 5 files changed, 16 insertions(+), 28 deletions(-) === applying patch ./0006-Update-local-lock-table-in-ProcSleep-s-caller.patch patching file src/backend/storage/lmgr/lock.c patching file src/backend/storage/lmgr/proc.c [cf/3998 2428f08a5e] Update local lock table in ProcSleep's caller Author: Heikki Linnakangas Date: Mon Jul 22 17:27:16 2024 +0300 2 files changed, 3 insertions(+), 8 deletions(-) === applying patch ./0007-Release-partition-lock-a-little-earlier.patch patching file src/backend/storage/lmgr/lock.c [cf/3998 24b826bed3] Release partition lock a little earlier Author: Heikki Linnakangas Date: Mon Jul 22 17:38:06 2024 +0300 1 file changed, 3 insertions(+), 2 deletions(-) === applying patch ./0008-Split-ProcSleep-function-into-JoinWaitQueue-and-Proc.patch patching file src/backend/storage/lmgr/lock.c patching file src/backend/storage/lmgr/proc.c patching file src/include/storage/proc.h Hunk #1 succeeded at 475 (offset 5 lines). [cf/3998 8cc57957aa] Split ProcSleep function into JoinWaitQueue and ProcSleep Author: Heikki Linnakangas Date: Mon Jul 22 21:53:18 2024 +0300 3 files changed, 156 insertions(+), 139 deletions(-)