File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 16
16
*
17
17
* Copyright (c) 2001, PostgreSQL Global Development Group
18
18
*
19
- * $Header: /cvsroot/pgsql/src/backend/postmaster/pgstat.c,v 1.29 2002/09/25 20:31:40 tgl Exp $
19
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/pgstat.c,v 1.30 2002/10/21 19:59:14 tgl Exp $
20
20
* ----------
21
21
*/
22
22
#include "postgres.h"
@@ -516,14 +516,6 @@ pgstat_vacuum_tabstat(void)
516
516
if (pgStatSock < 0 )
517
517
return 0 ;
518
518
519
- /*
520
- * We don't vacuum inside of transaction blocks, because a possible
521
- * later rollback might reactivate objects we didn't find because of
522
- * earlier destruction in the xact.
523
- */
524
- if (IsTransactionBlock ())
525
- return 0 ;
526
-
527
519
/*
528
520
* If not done for this transaction, read the statistics collector
529
521
* stats file into some hash tables.
You can’t perform that action at this time.
0 commit comments