From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: New autovacuum_work_mem parameter |
Date: | 2013-12-12 11:44:12 |
Message-ID: | E1Vr4ge-0006ol-Sh@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
New autovacuum_work_mem parameter
If autovacuum_work_mem is set, autovacuum workers now use
this parameter in preference to maintenance_work_mem.
Peter Geoghegan
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/8693559cacf1765697c32fc38574af3c19ce61c1
Modified Files
--------------
doc/src/sgml/config.sgml | 22 ++++++++++++++--
src/backend/commands/vacuumlazy.c | 19 ++++++++------
src/backend/postmaster/autovacuum.c | 1 +
src/backend/utils/misc/guc.c | 35 +++++++++++++++++++++++++
src/backend/utils/misc/postgresql.conf.sample | 1 +
src/include/postmaster/autovacuum.h | 1 +
6 files changed, 69 insertions(+), 10 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2013-12-12 16:11:51 | Re: pgsql: Fix a couple of bugs in MultiXactId freezing |
Previous Message | Simon Riggs | 2013-12-12 10:56:36 | pgsql: Allow time delayed standbys and recovery |