-
Notifications
You must be signed in to change notification settings - Fork 180
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
Wrong error message while PG.connect on Windows #404
Comments
20 tasks
Closed
This issue is discussed in postgresql hackers list here: https://www.postgresql.org/message-id/90b34057-4176-7bb0-0dbb-9822a5f6425b%40greiz-reinsdorf.de |
It only happens when both client and server are running on Windows. |
The patch has landed on postgres master branch and will be backported to all active branches. See postgres/postgres@4cd2928 |
larskanis
added a commit
that referenced
this issue
Jan 7, 2022
The fix is on postgres master and is backported to all active branches. See postgres/postgres@4cd2928 and #404
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Windows the async API doesn't raise a correct error message. If a wrong database name was provided this looks like so:
In contrast it raises the right message when
async_api=false
is set or when running on Linux.The text was updated successfully, but these errors were encountered: