Skip to content
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

Merged
merged 2 commits into from
Jun 27, 2018

Conversation

irvingpop
Copy link
Contributor

@irvingpop irvingpop commented Jun 26, 2018

The postgresql-client package stripped out the pg_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

@thesentinels
Copy link
Contributor

Thanks for the pull request! Here is what will happen next:

  1. Your PR will be reviewed by the maintainers
  2. If everything looks good, one of them will approve it, and your PR will be merged.

Thank you for contributing!

@irvingpop irvingpop requested a review from a team as a code owner June 26, 2018 18:53
@irvingpop irvingpop force-pushed the irving/fix_sqitch_pg branch from 4d53654 to 3956425 Compare June 26, 2018 19:28
@irvingpop irvingpop changed the title Fix sqitch_pg and dbdpg building against postgresql-client, they depend on pg_config. [postgresql-client] Fix sqitch_pg and dbdpg building against postgresql-client, they depend on pg_config. Jun 26, 2018
Copy link
Contributor

@joshbrand joshbrand left a 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! 😸

Copy link
Contributor

@smacfarlane smacfarlane left a 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
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no problem @smacfarlane

Copy link
Contributor Author

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>
@irvingpop irvingpop force-pushed the irving/fix_sqitch_pg branch from 98fe07a to 3ffb04e Compare June 27, 2018 21:22
…ry::Tiny is found. Also fix CODEOWNERS

Signed-off-by: Irving Popovetsky <irving@chef.io>
@irvingpop irvingpop force-pushed the irving/fix_sqitch_pg branch from 3ffb04e to b39784a Compare June 27, 2018 21:23
@smacfarlane
Copy link
Contributor

Resolves #1572
Resolves #1596

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.

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.

4 participants