-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix GH-13519: PGSQL_CONNECT_FORCE_RENEW with persistent connections. #13523
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
Conversation
33bca97
to
f6c9937
Compare
persistent connections did not take in account this flag, after the usual link sanity checks, we remove its entry.
f6c9937
to
49b0f07
Compare
May I ask why you check links? |
Do you mean in general ? |
I thought it would be possible to remove it before checking, so I asked. My understanding of EG is still limited, so I'm sorry if this is a strange question. |
fair enough it s mostly the "RESET ALL" command which I give a chance to operate. |
Thank you. If we don't |
ah no it is pretty useless I just recall RESET ALL is for the current connection, will change. |
I've got it. I'm of the same understanding. Therefore, it seems possible to remove it at an earlier stage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The skipif path on master has changed, so you may need to modify that. |
config too. It should be in the inc directory |
oh I forgot thx |
There is a segment fault in master. |
I can see however it does not happen on lower branches and on master it happens on non ZTS builds. Not sure which change matters on this topic on master. |
persistent connections did not take in account this flag, after the usual link sanity checks, we remove its entry.