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 9fc25c0 commit 070907bCopy full SHA for 070907b
src/backend/postmaster/autovacuum.c
@@ -55,7 +55,7 @@
55
*
56
57
* IDENTIFICATION
58
- * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.53 2007/06/30 04:08:05 alvherre Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.54 2007/07/01 02:20:59 tgl Exp $
59
60
*-------------------------------------------------------------------------
61
*/
@@ -1776,7 +1776,7 @@ do_autovacuum(void)
1776
List *table_oids = NIL;
1777
List *toast_oids = NIL;
1778
List *table_toast_list = NIL;
1779
- ListCell *cell;
+ ListCell * volatile cell;
1780
PgStat_StatDBEntry *shared;
1781
PgStat_StatDBEntry *dbentry;
1782
BufferAccessStrategy bstrategy;
0 commit comments