|
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 | return0; |
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 | | -return0; |
526 | | - |
527 | 519 | /* |
528 | 520 | * If not done for this transaction, read the statistics collector |
529 | 521 | * stats file into some hash tables. |
|