Werk #16603: mk_postgres: Ensure coherent string encoding
Component | Checks & agents | ||||||
Title | mk_postgres: Ensure coherent string encoding | ||||||
Date | Mar 27, 2024 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
Postgres.cfg was always read as unicode decoded. This ensures that the read text is correctly converted to byte string format.