git.postgresql.org Git - postgresql.git/commit
2010年1月13日 16:56:56 +0000 (16:56 +0000)
2010年1月13日 16:56:56 +0000 (16:56 +0000)
commit dbba3a1465472bda66265e6a38fd24cbe619f233
Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements,
especially not ROLLBACK. ROLLBACK might need to be executed in an already
aborted transaction, when there is no safe way to revalidate the plan. But
in general there's no point in marking utility statements invalid, since
they have no plans in the normal sense of the word; so we might as well
work a bit harder here to avoid future revalidation cycles.
Back-patch to 8.4, where the bug was introduced.
This is the main PostgreSQL git repository.
RSS
Atom