]> granicus.if.org Git - postgresql/commit
Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. REL8_3_1
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Mar 2008 23:49:33 +0000 (23:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Mar 2008 23:49:33 +0000 (23:49 +0000)
commit2059a5a1bce6932c52a440b62154e70a0fad5d2b
tree0b15451420310d1f2081f523375ca66545bc0b41
parente5ecea0d7359b5eff08620dd653515eedc0737b3
Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.
This accidentally failed to fail before 8.3, because the context we were
switching back to was long-lived anyway; but it sure looks risky as can be
now.  Well spotted by Pavan Deolasee.
src/backend/postmaster/autovacuum.c