1.5.1
- monitor_running flag is implemented as an atomic bool so that the monitoring thread will stop even if, due to sleep=0, stop_pg_monitor can’t acquire the stop_mutex lock
- Wrappers were written around the functions from thread.h to check the returned error codes, and to call abort if something goes wrong
- Added a
/versionAPI for diagnosing the pg-status version