Skip to content
Snippets Groups Projects
Commit 4873c96f authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 4844529c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment