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

fix(postgres): fix pg_isready issue with empty listen_addresses #165

Merged
merged 2 commits into from
Apr 14, 2024

Commits on Apr 12, 2024

  1. fix(postgres): fix pg_isready issue with empty listen_addresses

    This commit resolves the issue where `pg_isready` would fail when
    `socketDir` is set and `listen_addresses` is empty. `pg_isready` is now
    modified to leverage `socketDir` when it is available.
    johnhampton committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e4d8770 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. test(postgres): set socketDir with empty listen_addresses

    Test a postgres service with socketDir set and empty listen_addresses.
    johnhampton committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0922b13 View commit details
    Browse the repository at this point in the history