forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork1
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:marcbowes/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v0.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:marcbowes/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 7commits
- 7files changed
- 1contributor
Commits on Jun 25, 2025
Exclude libss/crypto from libpq
On linux, we have the following dep chain:aws-dsql-auth -> aws-c-http -> aws-c-io -> aws-lcWe only use aws-c-http for request signing, but we cannot make aws-c-ioconditionally required. aws-c-io only works with aws-lc on linux, whichmeans we land up in a situation where we have two libcryptos (postgreswants openssl).Our overall solution is to make fe-dsql-auth.o a self-containedfile (hiding the aws-dsql-auth dep chain) and explicitly exclude thelibs we don't want.
Commits on Jun 26, 2025
Commits on Jun 27, 2025
It doesn't work because we end up with a few unnamed syms.
Commits on Jun 28, 2025
This commit wires up the aws-c-common logging infra. You can log tostd{out,err} or a file, and set the level through env vars. The readmehas examples.With this logging I realized that imds wasn't working due to a missinghttp client. That's been fixed now.
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.0.2...v0.0.3
Uh oh!
There was an error while loading.Please reload this page.