File: control

package info (click to toggle)
pgsentinel 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: ansic: 1,743; sql: 89; makefile: 31; sh: 2
file content (34 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: pgsentinel
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Jeremy Schneider <schneider@ardentperf.com>,
 Laura H. <huangyy159@hotmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 architecture-is-64-bit <!pkg.postgresql.32-bit>,
 postgresql-all <!nocheck>,
 postgresql-contrib-18,
 postgresql-server-dev-all (>=14),
Standards-Version: 4.7.2
Homepage: https://github.com/pgsentinel/pgsentinel
Vcs-Browser: https://salsa.debian.org/postgresql/pgsentinel
Vcs-Git: https://salsa.debian.org/postgresql/pgsentinel.git

Package: postgresql-18-pgsentinel
Architecture: any
Depends:
 postgresql-contrib-18,
 ${misc:Depends},
 ${postgresql:Depends},
 ${shlibs:Depends},
Breaks:
 ${postgresql:Breaks},
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.