fly-apps / postgres-ha

Postgres + Stolon for HA clusters as Fly apps.
Apache License 2.0
316 stars 131 forks source link

Add missing LF to last line in `config/haproxy.cfg` #97

Closed tosie closed 1 year ago

tosie commented 1 year ago

When reading the logs of one of our DB clusted I noticed this line:

[WARNING] 010/124751 (538) : parsing [/fly/haproxy.cfg:38]: Missing LF on last line, file might have been truncated at position 96. This will become a hard error in HAProxy 2.3.

Since a missing LF is easy to add, here it is.