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:
Wen Heping 2025-03-07 06:31:10 +00:00
parent aa6c40debf
commit a3381d5c2f
5 changed files with 30 additions and 0 deletions

View file

@ -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

View 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>

View 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

View 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.

View 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