Among the 21 debian patches available in version 15.0.3-5 of the package, we noticed the following issues:
commit 566d1898ec45e3c45869dfe576e5034215d3d79b
Author: Carsten Leonhardt <leo@debian.org>
Date: Sat Jun 13 12:09:35 2026 +0200
fix patch description
commit a2b65c91733bf75f9714af30f00f4c6375bc82e8
Author: Carsten Leonhardt <leo@debian.org>
Date: Sat Jun 13 11:43:51 2026 +0200
Fix standalone script update_postgresql_tables for Postgres >= 15
(Closes: #1113777)
Postgres before v15 only printed the result of the last command. Since
Postgres 15, we need the "-q" flag to suppress psql emitting three
"SET" into the dump created here. These would lead to an error when
reading back the dump a few lines further down in the script.
See the discussion on the mailing list and especially the info by
Martin Simmons:
https://sourceforge.net/p/bacula/mailman/message/59346125/