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

Improve the plan cache invalidation mechanism to make it invalidate plans

when user-defined functions used in a plan are modified.  Also invalidate
plans when schemas, operators, or operator classes are modified; but for these
cases we just invalidate everything rather than tracking exact dependencies,
since these types of objects seldom change in a production database.

Tom Lane; loosely based on a patch by Martin Pihlak.
parent c06629c7
No related branches found
No related tags found
No related merge requests found
Showing
with 521 additions and 274 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment