1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: postgresql-prioritize
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper-compat (= 13), postgresql-all (>= 217~)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://pgxn.org/dist/prioritize/
XS-Testsuite: autopkgtest
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-prioritize
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-prioritize.git
Package: postgresql-13-prioritize
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-13
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.
|