mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
- check the link before checking the file when deciding to remove it, as isfile follows symlinks and, therefore, may return True on them. - Remove append mode from write_pgpass, as it is always written anew before it is used. - make pg_controldata return an empty hash in case of an error, and check for the empty value return by this function before using it. some other minior fixed and test updates.