DISTPG-353 PG Debian Requirement: the Description is overflowing

pull/184/head
Vadim Yalovets 2022-01-07 14:45:29 +02:00 committed by Hamid Akhtar
parent e079e65da0
commit 1d41f62294
2 changed files with 12 additions and 8 deletions

6
debian/control vendored
View File

@ -4,12 +4,12 @@ Priority: optional
Maintainer: Percona Development Team <info@percona.com> Maintainer: Percona Development Team <info@percona.com>
Build-Depends: Build-Depends:
debhelper (>= 9), debhelper (>= 9),
postgresql-server-dev-all (>= 153~), postgresql-server-dev-all (>= 153~) | percona-postgresql-server-dev-all (>= 153~),
Package: percona-pg-stat-monitor@@PG_REL@@ Package: percona-pg-stat-monitorPGVERSION
Architecture: any Architecture: any
Depends: Depends:
postgresql-@@PG_REL@@, postgresql-PGVERSION,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
Description: enhancement query planning and execution statistics collector Description: enhancement query planning and execution statistics collector

14
debian/control.in vendored
View File

@ -12,9 +12,13 @@ Depends:
postgresql-PGVERSION, postgresql-PGVERSION,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
Description: The pg_stat_monitor is statistics collector tool Description: enhancement query planning and execution statistics collector
based on PostgreSQL's contrib module "pg_stat_statements". The pg_stat_monitor is a Query Performance Monitoring tool for PostgreSQL.
It attempts to provide a more holistic picture by providing much-needed query
performance insights in a single view.
. .
pg_stat_monitor is developed on the basis of pg_stat_statments pg_stat_monitor provides improved insights that allow database users to
as more advanced replacement for pg_stat_statment. understand query origins, execution, planning statistics and details, query
It provides all the features of pg_stat_statment plus its own feature set. information, and metadata. This significantly improves observability, enabling
users to debug and tune query performance. pg_stat_monitor is developed on the
basis of pg_stat_statements as its more advanced replacement.