]> granicus.if.org Git - postgresql/commit
Fix thinko in autovacuum's test to skip temp tables: want to skip any
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jan 2006 15:17:13 +0000 (15:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jan 2006 15:17:13 +0000 (15:17 +0000)
commit517056bd08e6f0b12151d6ee68de56ca7aa2c36a
tree34a8071c40a02c90fbafe1440ee33d75ad0b7382
parent936433ba53998cd2d87399d894f00120138c9cdd
Fix thinko in autovacuum's test to skip temp tables: want to skip any
temp table not only our own process' tables.  It's not real important
since vacuum.c will skip temp tables anyway, but might as well make the
code do what it claims to do.
src/backend/postmaster/autovacuum.c