[COMMITTERS] pgsql: Fix inappropriately-timed memory context switch in

2008-03-14 Thread Tom Lane
Log Message: --- 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. Modified

[COMMITTERS] pgsql: Fix inappropriately-timed memory context switch in

2008-03-14 Thread Tom Lane
Log Message: --- 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. Tags: ---