]> git.ipfire.org Git - thirdparty/bacula.git/commit
Fix #8895 A Jmsg deadlock the PGSQL timezone mismatch handling code
authorAlain Spineux <alain@baculasystems.com>
Mon, 7 Mar 2022 13:27:41 +0000 (14:27 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:58 +0000 (13:56 +0200)
commit3f0b185aef8b461ff51388ddd162a58416c0fc9f
treebadf489b7a0056d2fd5b07c8829d791a274c3c33
parent86bfd9645ba8b371892a2001c224820c40f6be70
Fix #8895 A Jmsg deadlock the PGSQL timezone mismatch handling code

- A Jmsg() should not be called when the Catalog is not yet up and running
- Instead use Qmsg() and tweak dequeue_daemon_messages() to handle jcr==NULL
bacula/src/cats/postgresql.c
bacula/src/lib/message.c