Created
June 25, 2012 22:19
-
-
Save jaredbeck/2991733 to your computer and use it in GitHub Desktop.
Someone turned off autovacuum
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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