Teach autovacuum how to determine whether a temp table belongs to a crashed

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5b965bf08bfb4aa8928bafaed20e42b89de02a5c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-07-01T02:09:34Z
Releases: 8.4.0
Teach autovacuum how to determine whether a temp table belongs to a crashed
backend.  If so, send a LOG message to the postmaster log, and if the table
is beyond the vacuum-for-wraparound horizon, forcibly drop it.  Per recent
discussions.  Perhaps we ought to back-patch this, but it probably needs
to age a bit in HEAD first.

Files