pg_prioritize_13 - 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_13-1.0.4-1.rhel7.x86_64 [14 KiB] |
Changelog
by Devrim Gündüz (2020-09-11):
- Initial packaging for PostgreSQL RPM Repository |