mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
In the initial implementation we were using the only option --encoding=UTF8. In order to have pg_rewind working with postgresql-9.3 we have to enable data-checksums. The naive approach was to enable it globaly but taking into account some performance degradation it's better not to do it but make it possible to configure it. In addition to that fix all problems with setting up password of default postgres user: execute CREATE ROLE | ALTER ROLE depending on content of pg_authid