Enable configurable log of autovacuum actions. Initial patch from Simon
Alvaro Herrera <alvherre@alvh.no-ip.org>
Enable configurable log of autovacuum actions. Initial patch from Simon Riggs, additional code and docs by me. Per discussion.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +20 −1 |
| src/backend/commands/analyze.c | modified | +42 −1 |
| src/backend/commands/vacuumlazy.c | modified | +50 −1 |
| src/backend/postmaster/autovacuum.c | modified | +3 −9 |
| src/backend/utils/misc/guc.c | modified | +12 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +4 −1 |
| src/include/postmaster/autovacuum.h | modified | +3 −1 |