Skip to content

Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

Notifications You must be signed in to change notification settings

postgres/postgres

Repository files navigation

PostgreSQL mirror

Travis-ci Status Build status

Involves automatic builds of PRs/commits on Linux (Travis-CI) and Windows (Appveyor):

  • Linux: full make check-world
  • Windows: only build + make check

These checks are very similar to cfbot builds.

If you want to verify your patch set before sending it to hackers, then just send a PR with your changes to the branch master_ci from any other postgres fork across GitHub. See example.

Branch master is left intact for convinience. Default branch is master_ci now, but do not push or commit anything there. To update master_ci you should add upstream remote first (you have to do it only once):

git remote add upstream [email protected]:postgres/postgres.git

Then update master branch:

git checkout master
git pull --rebase upstream master
git push -f origin master

And finally update master_ci branch:

git checkout master_ci
git pull --rebase upstream master
git push -f origin master_ci

For original PostgreSQL readme refer to README file.

About

Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published