Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(18.09) postgresql: Enable systemd integration for 9.6+ #51137

Closed
wants to merge 2 commits into from

Commits on Nov 27, 2018

  1. postgresql: Enable systemd integration for 9.6+

    This allows, finally, proper detection when postgresql is ready to
    accept connections. Until now, it was possible that services depending
    on postgresql would fail in a race condition trying to connect
    to postgresql.
    
    (cherry picked from commit d04fedd)
    Signed-off-by: Domen Kožar <domen@dev.si>
    domenkozar committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    6ca1654 View commit details
    Browse the repository at this point in the history
  2. postgresql: conditionalize systemd (on darwin)

    (cherry picked from commit f31ea5a)
    Signed-off-by: Domen Kožar <domen@dev.si>
    domenkozar committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    91dd703 View commit details
    Browse the repository at this point in the history