|
55 | 55 | * |
56 | 56 | * |
57 | 57 | * IDENTIFICATION |
58 | | - * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.74 2008/03/14 23:49:28 tgl Exp $ |
| 58 | + * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.75 2008/03/19 21:14:20 alvherre Exp $ |
59 | 59 | * |
60 | 60 | *------------------------------------------------------------------------- |
61 | 61 | */ |
@@ -1850,9 +1850,6 @@ do_autovacuum(void) |
1850 | 1850 | /* Start a transaction so our commands have one to play into. */ |
1851 | 1851 | StartTransactionCommand(); |
1852 | 1852 |
|
1853 | | -/* functions in indexes may want a snapshot set */ |
1854 | | -ActiveSnapshot=CopySnapshot(GetTransactionSnapshot()); |
1855 | | - |
1856 | 1853 | /* |
1857 | 1854 | * Clean up any dead statistics collector entries for this DB. We always |
1858 | 1855 | * want to do this exactly once per DB-processing cycle, even if we find |
|