ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
855 stars 576 forks source link

Fix quoting of synchronous_standby_names #338

Closed hakoerber closed 6 years ago

hakoerber commented 6 years ago

See #337

This fixes a PostgreSQL startup error with unquoted hostnames in synchronous_standby_names containing a dash.

Note: I'm not sure about backporting this to versions <10. What do you think?

Closes #337

hakoerber commented 6 years ago

Closed in favor of #300