]> granicus.if.org Git - postgresql/commit
Remove unnecessary (and inadequate) check of IsTransactionBlock() in
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Oct 2002 19:59:14 +0000 (19:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Oct 2002 19:59:14 +0000 (19:59 +0000)
commitb47c3598d4dceb053fae5c52ff67f5b763d19bec
tree4554aa76022c2e57017974c24d3e8673902b748a
parenta20e49bea82712e803f133dc81716bc4220df496
Remove unnecessary (and inadequate) check of IsTransactionBlock() in
pgstat_vacuum_tabstat().  Assume that caller (namely, VACUUM) has done
the appropriate state checking beforehand.
src/backend/postmaster/pgstat.c