-
Notifications
You must be signed in to change notification settings - Fork 613
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 the postgresql::postgresql_password()
function
#1529
Conversation
@smortex thanks for the fix, I noticed the error as well. Any chance you can add an easy test for it? |
Not sure how to do this given Also while investigating this I found another bug, which I am working on ATM. Don't release a 10.0.1 too soon 🙃 ! |
Also there is already extensive testing of the |
postgresql::postgresql_password()
function
I still get this error with this PR's branch, is that the other bug you found @smortex?
|
Ah nevermind, just needed to run |
The changes in #1512 introduced a regression when a hash value is not
explicitly passed:
Fixes #1528