- Notifications
You must be signed in to change notification settings - Fork5
Commitdcf5e31
committed
PL/Python: Remove procedure cache invalidation
This was added to react to changes in the pg_transform catalog, butbuilding with CLOBBER_CACHE_ALWAYS showed that PL/Python was notprepared for having its procedure cache cleared. Since this is amarginal use case, and we don't do this for other catalogs anyway, wecan postpone this to another day.1 parent4af6e61 commitdcf5e31
1 file changed
+0
-24
lines changedLines changed: 0 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 | 32 |
| |
34 | 33 |
| |
35 | 34 |
| |
| |||
45 | 44 |
| |
46 | 45 |
| |
47 | 46 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 | 47 |
| |
72 | 48 |
| |
73 | 49 |
| |
|
0 commit comments
Comments
(0)