-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
(18.09) postgresql: Enable systemd integration for 9.6+ #51137
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
Conversation
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>
No attempt on x86_64-linux (full log) The following builds were skipped because they don't evaluate on x86_64-linux: tests.postgresql.postgresql_9_6, tests.postgresql.postgresql_10, tests.postgresql.postgresql_11, tests.postgresql.postgresql_9_5 Partial log (click to expand)
|
I need to write a script that output ofborg test commands! |
Success on aarch64-linux (full log) Attempted: postgresql Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: postgresql Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: postgresql Partial log (click to expand)
|
@Mic92 any objections merging? |
Two people came to same patch, it's tested in production. Merged to 18.09 in 4169ce0 |
I'd really like to backport this one to 18.09 as it improves reliability.
I ran PostgreSQL nixos tests and will run this from today on in production (on top of 18.09). So give it a day or so.
EDIT: sorry for mass spam :(