mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/pg_store_plans: New port
The pg_store_plans module provides a means for tracking execution plan statistics of all SQL statements executed by a server. PR: 283560 Reported by: joseph@2egos.de
This commit is contained in:
parent
aa6c40debf
commit
a3381d5c2f
5 changed files with 30 additions and 0 deletions
|
@ -557,6 +557,7 @@
|
||||||
SUBDIR += pg_repack
|
SUBDIR += pg_repack
|
||||||
SUBDIR += pg_similarity
|
SUBDIR += pg_similarity
|
||||||
SUBDIR += pg_stat_kcache
|
SUBDIR += pg_stat_kcache
|
||||||
|
SUBDIR += pg_store_plans
|
||||||
SUBDIR += pg_tileserv
|
SUBDIR += pg_tileserv
|
||||||
SUBDIR += pgaccess
|
SUBDIR += pgaccess
|
||||||
SUBDIR += pgadmin3
|
SUBDIR += pgadmin3
|
||||||
|
|
21
databases/pg_store_plans/Makefile
Normal file
21
databases/pg_store_plans/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
PORTNAME= pg_store_plans
|
||||||
|
DISTVERSION= 1.8
|
||||||
|
CATEGORIES= databases
|
||||||
|
|
||||||
|
MAINTAINER= joseph@2egos.de
|
||||||
|
COMMENT= Enables Postgresql to store query execution plans in the Instance
|
||||||
|
WWW= https://github.com/ossc-db/pg_store_plans
|
||||||
|
|
||||||
|
LICENSE= Custom
|
||||||
|
LICENSE_NAME= Custom
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
LICENSE_PERMS= auto-accept
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= ossc-db
|
||||||
|
|
||||||
|
USES= gmake pgsql:15+
|
||||||
|
WANT_PGSQL= server
|
||||||
|
MAKE_ARGS= USE_PGXS=YES
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
databases/pg_store_plans/distinfo
Normal file
3
databases/pg_store_plans/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1741163719
|
||||||
|
SHA256 (ossc-db-pg_store_plans-1.8_GH0.tar.gz) = 1ca9ad08d9840c71634913171576001ea7ea5ca9c69cee2bb3521088d048faa7
|
||||||
|
SIZE (ossc-db-pg_store_plans-1.8_GH0.tar.gz) = 86481
|
2
databases/pg_store_plans/pkg-descr
Normal file
2
databases/pg_store_plans/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
The pg_store_plans module provides a means for tracking execution
|
||||||
|
plan statistics of all SQL statements executed by a server.
|
3
databases/pg_store_plans/pkg-plist
Normal file
3
databases/pg_store_plans/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
lib/postgresql/pg_store_plans.so
|
||||||
|
share/postgresql/extension/pg_store_plans--1.8.sql
|
||||||
|
share/postgresql/extension/pg_store_plans.control
|
Loading…
Add table
Reference in a new issue