Development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= How to contribute to the Pgpool-II project = | = How to contribute to the Pgpool-II project = | ||
: Pgpool-II is an open source project and the contribution style follows the way [https://www.postgresql.org PostgreSQL] does. | : Pgpool-II is an open source project and the contribution style follows the way [https://www.postgresql.org PostgreSQL] does except that we don't have CF application. | ||
* Source code is managed by a [https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary git repository]. | |||
: we maintain 5-6 stable branches. The under development branch is always the master branch. | |||
= Projects in progress = | = Projects in progress = |
Revision as of 06:24, 12 September 2019
How to contribute to the Pgpool-II project
- Pgpool-II is an open source project and the contribution style follows the way PostgreSQL does except that we don't have CF application.
- Source code is managed by a git repository.
- we maintain 5-6 stable branches. The under development branch is always the master branch.