Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite566633

Browse files
author
Sergey Shinderuk
committed
Drop PGXN metadata, update README
1 parent5c821b3 commite566633

File tree

3 files changed

+0
-71
lines changed

3 files changed

+0
-71
lines changed

‎META.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

‎Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,3 @@ top_builddir = ../..
2020
include$(top_builddir)/src/Makefile.global
2121
include$(top_srcdir)/contrib/contrib-global.mk
2222
endif
23-
24-
# Prepare the package for PGXN submission
25-
package: dist .git
26-
$(eval DISTVERSION :=$(shell git tag -l | tail -n 1 | cut -d 'v' -f 2))
27-
$(info Generating zip file for version$(DISTVERSION)...)
28-
git archive --format zip --prefix=$(EXTENSION)-${DISTVERSION}/ --output dist/$(EXTENSION)-${DISTVERSION}.zip HEAD
29-
30-
dist:
31-
mkdir -p dist

‎README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![Build Status](https://travis-ci.com/postgrespro/pg_wait_sampling.svg?branch=master)](https://travis-ci.com/postgrespro/pg_wait_sampling)
2-
[![PGXN version](https://badge.fury.io/pg/pg_wait_sampling.svg)](https://badge.fury.io/pg/pg_wait_sampling)
32
[![GitHub license](https://img.shields.io/badge/license-PostgreSQL-blue.svg)](https://raw.githubusercontent.com/postgrespro/pg_wait_sampling/master/LICENSE)
43

54
`pg_wait_sampling` – sampling based statistics of wait events
@@ -159,16 +158,6 @@ your bug reports.
159158
If you're lacking of some functionality in`pg_wait_sampling` and feeling power
160159
to implement it then you're welcome to make pull requests.
161160

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-
172161
Authors
173162
-------
174163

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp