File: control.in

package info (click to toggle)
postgresql-prioritize 1.0.4-1.3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 31
  • sloc: ansic: 88; makefile: 29; sql: 11; sh: 1
file content (19 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: postgresql-prioritize
Section: database
Priority: optional
Maintainer: Cyril Bouthors <cyb@debian.org>
Uploaders: Cyril Bouthors <cyril@bouthors.org>
Build-Depends: debhelper (>= 9.0.0), postgresql-server-dev-all (>= 148~)
Standards-Version: 3.9.8
Homepage: http://pgxn.org/dist/prioritize/
XS-Testsuite: autopkgtest
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-postgresql/postgresql-prioritize.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-postgresql/postgresql-prioritize.git

Package: postgresql-PGVERSION-prioritize
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-PGVERSION
Description: Get and set the nice priorities of PostgreSQL backends
 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.