|
1 | 1 | [](https://travis-ci.com/postgrespro/pg_wait_sampling) |
2 | | -[](https://badge.fury.io/pg/pg_wait_sampling) |
3 | 2 | [](https://raw.githubusercontent.com/postgrespro/pg_wait_sampling/master/LICENSE) |
4 | 3 |
|
5 | 4 | `pg_wait_sampling` – sampling based statistics of wait events |
@@ -159,16 +158,6 @@ your bug reports. |
159 | 158 | If you're lacking of some functionality in`pg_wait_sampling` and feeling power |
160 | 159 | to implement it then you're welcome to make pull requests. |
161 | 160 |
|
162 | | -Releases |
163 | | --------- |
164 | | - |
165 | | -New features are developed in feature-branches and then merged into[master](https://github.com/postgrespro/pg_wait_sampling/tree/master). To make a new release: |
166 | | - |
167 | | -1) Bump`PGXN` version in the`META.json`. |
168 | | -2) Merge[master](https://github.com/postgrespro/pg_wait_sampling/tree/master) into[stable](https://github.com/postgrespro/pg_wait_sampling/tree/stable). |
169 | | -3) Tag new release in the[stable](https://github.com/postgrespro/pg_wait_sampling/tree/stable) with`git tag -a v1.1.X`, where the last digit is used for indicating compatible shared library changes and bugfixes. Second digit is used to indicate extension schema change, i.e. when`ALTER EXTENSION pg_wait_sampling UPDATE;` is required. |
170 | | -4) Merge[stable](https://github.com/postgrespro/pg_wait_sampling/tree/stable) into[debian](https://github.com/postgrespro/pg_wait_sampling/tree/debian). This separate branch is used to independently support`Debian` packaging and@anayrat with@df7cb have an access there. |
171 | | - |
172 | 161 | Authors |
173 | 162 | ------- |
174 | 163 |
|
|