forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit77903ed
committed
Fix over-optimistic caching in fetch_array_arg_replace_nulls().
When I rewrote this in commit56a79a8,I forgot that it's possible for the input array type to change from onecall to the next (this can happen when applying the function topg_statistic columns, for instance). Fix that.1 parente9f1c01 commit77903ed
1 file changed
+22
-14
lines changedLines changed: 22 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 |
| - | |
34 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 |
| |
36 |
| - | |
| 42 | + | |
37 | 43 |
| |
38 |
| - | |
39 | 44 |
| |
40 | 45 |
| |
41 | 46 |
| |
| |||
47 | 52 |
| |
48 | 53 |
| |
49 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
50 | 62 |
| |
51 | 63 |
| |
52 | 64 |
| |
53 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
54 | 68 |
| |
55 |
| - | |
| 69 | + | |
| 70 | + | |
56 | 71 |
| |
57 | 72 |
| |
58 | 73 |
| |
59 | 74 |
| |
60 |
| - | |
61 |
| - | |
| 75 | + | |
62 | 76 |
| |
63 | 77 |
| |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 | 78 |
| |
71 | 79 |
| |
72 | 80 |
| |
|
0 commit comments
Comments
(0)