Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information