-
Notifications
You must be signed in to change notification settings - Fork 252
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
[postgresql-client] Fix sqitch_pg and dbdpg building against postgresql-client, they depend on pg_config. #1625
Conversation
Thanks for the pull request! Here is what will happen next:
Thank you for contributing! |
4d53654
to
3956425
Compare
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.
tested and looks great! 😸
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.
One small change and it looks good to me!
CODEOWNERS
Outdated
@@ -102,6 +102,7 @@ lessmsi @mwrock | |||
visual-cpp-build-tools-2015 @mwrock | |||
visual-cpp-redist-2013 @mwrock | |||
wix @mwrock | |||
postgresql-client @joshbrand @irvingpop |
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.
Could you move this to the Community Plans section?
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.
no problem @smacfarlane
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.
done
…nd on pg_config. also add this plan to CODEOWNERS Signed-off-by: Irving Popovetsky <irving@chef.io>
98fe07a
to
3ffb04e
Compare
…ry::Tiny is found. Also fix CODEOWNERS Signed-off-by: Irving Popovetsky <irving@chef.io>
3ffb04e
to
b39784a
Compare
I'm going to take @joshbrand approval of this PR as agreement to be added to CODEOWNERS for postgresql-client. We can open another PR if you wish to be removed. |
The
postgresql-client
package stripped out thepg_config
binary, which impacts Sqitch's ability to determine information about the version and location of Postgres it is talking to. This PR corrects that, while also improving the sqitch plan to push PERL5LIB to the runtime_env.also adds this plan to CODEOWNERS
Fixes #1572
Signed-off-by: Irving Popovetsky irving@chef.io