pg_prioritize_14 - Get and set the nice priorities of PostgreSQL backends
Website: | https://github.com/schmiddy/pg_prioritize |
---|---|
License: | PostgreSQL |
Vendor: | PostgreSQL Global Development Group |
- Description:
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. The priority values are used by getpriority() and setpriority(), which you may be familiar with from the nice or renice programs.
Packages
pg_prioritize_14-1.0.4-2.rhel7.x86_64 [14 KiB] |
Changelog
by Devrim Gündüz (2021-06-04):
- Remove pgxs patches, and export PATH instead. |