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:16:56 +0000 (15:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jan 2006 15:16:56 +0000 (15:16 +0000)
commit413d492d32ed2cd824f8e26804de5ff54a7a2e98
tree0a4d6c6221c1a71acea85e7e4e2e483ccccf9f09
parentcd5d464e9f8bf9d1a19ae628c5c64374ffb931f6
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