Contents
vacuum_mem
A former configuration parameter determining the amount of memory available for vacuum operations
This entry relates to a PostgreSQL feature, application/utility, website or other subject which is no longer available/maintained.
vacuum_mem
is a former configuration parameter determining the amount of memory available for vacuum operations.
vacuum_mem
was added in PostgreSQL 7.2 and renamed to maintenance_work_mem
in PostgreSQL 8.0.
Change history
- PostgreSQL 8.0
- renamed to
maintenance_work_mem
(commit 391c3811)
- renamed to
- PostgreSQL 7.2
- added (commit c969fed7)