Skip to content

Instantly share code, notes, and snippets.

@jaredbeck
Created June 25, 2012 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredbeck/2991733 to your computer and use it in GitHub Desktop.
Save jaredbeck/2991733 to your computer and use it in GitHub Desktop.
Someone turned off autovacuum
[postgres@db1 data]$ diff postgresql.conf /usr/local/src/pf/config/postgres/db1/postgresql.conf
367c367
< #track_counts = on
---
> track_counts = on
386c386
< #autovacuum = on # Enable autovacuum subprocess? 'on'
---
> autovacuum = on # Enable autovacuum subprocess? 'on'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment