Conversation
|
@charmander @hjr3 first 9.0 PR! Branch is cut and I'll be blasting on the milestone next week!
|
|
About that Node 20 CI failure:
Nothing to do with this PR, but that’s a little concerning! Node bug, pg-native, or something else…? |
I've never seen this anywhere outside of the CI in github actions. I'm not 100% sure what it is. I can look into it but I figured it was something flaky w/ their infra. I have received AFAIK 0 reports of this happening in real systems or even in other folk's CI so I never really prioritized it. |
|
Temporary off-topic message because my e-mail is a little broken right now 😅:
|
you're amazing. ty! |
While I very much appreciate the work @hoegaarden has done w/
pgpassI think it makes sense to remove it from being built in and instead support it via an extensability mechanism of thepasswordoption accepting an async function which should return the password. This allows 1 line integration w/pgpassbut removes it from being required for installing.