Skip to content

Restructure the codebase according to Citus and PGXS guidelines #53

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

Merged
merged 1 commit into from
Jun 18, 2018

Conversation

byucesoy
Copy link
Contributor

@byucesoy byucesoy commented Jun 6, 2018

We still have a lot to do, but this PR accomplishes many things in terms of
standardization and also helps our future development. With this PR;

  • We are starting to use pg_regress testing framework, which is more flexible
    and especially allows multiple output files (useful for supporting multiple
    PostgreSQL versions)
  • We are starting to use Citus' travis scripts, which allows to use test the
    extension against most recent versions of PostgreSQL without needing to wait
    travis to support it.
  • We are organizing the codebase into different folders to make top level
    directory less crowded.

Also;
Fixes #44
Fixes #29

We still have a lot to do, but this PR accomplishes many things in terms of
standardization and also helps our future development. With this PR;

- We are starting to use pg_regress testing framework, which is more flexible
and especially allows multiple output files (useful for supporting multiple
PostgreSQL versions)
- We are starting to use Citus' travis scripts, which allows to use test the
extension against most recent versions of PostgreSQL without needing to wait
travis to support it.
- We are organizing the codebase into different folders to make top level
directory less crowded.
@byucesoy byucesoy force-pushed the major-restructuring branch from 7cb6aae to 6d7d03c Compare June 7, 2018 00:08
@byucesoy byucesoy requested a review from jasonmp85 June 7, 2018 00:08
@byucesoy byucesoy merged commit d89a3fb into master Jun 18, 2018
@byucesoy byucesoy deleted the major-restructuring branch August 25, 2018 01:18
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.

1 participant