Skip to content

Conversation

@joeydewaal
Copy link
Contributor

@joeydewaal joeydewaal commented Nov 11, 2025

Does your PR solve an issue?

fixes #4097

The creator of the issue added a link to the libpq source code (thanks!), which was used to create this pr (https://github.com/postgres/postgres/blob/master/src/interfaces/libpq/fe-connect.c#L8262).

Is this a breaking change?

Behavior changes can be breaking if significant enough.
Consider Hyrum's Law:

With a sufficient number of users of an API,
it does not matter what you promise in the contract:
all observable behaviors of your system
will be depended on by somebody.

No, no public api is changed. However, this does change the behavior of loading in a pgpass file on windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows path for pgpass is wrong

1 participant