8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d40942 commit 4c63b1fCopy full SHA for 4c63b1f
src/backend/postmaster/autovacuum.c
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.12 2006/03/05 15:58:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.13 2006/03/06 05:14:19 momjian Exp $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -125,6 +125,9 @@ autovac_start(void)
125
if (!AutoVacuumingActive())
126
return 0;
127
128
+ /* Even if zero_damaged_pages is true, we don't want autovacuum zeroing. */
129
+ zero_damaged_pages = false;
130
+
131
/*
132
* Do nothing if too soon since last autovacuum exit. This limits how
133
* often the daemon runs. Since the time per iteration can be quite
0 commit comments