- Notifications
You must be signed in to change notification settings - Fork5
Commit5f21f52
committed
Mark immutable functions in information schema as parallel safe
Also add opr_sanity check that all preloaded immutable functions areparallel safe. (Per discussion, this does not necessarily have to betrue for all possible such functions, but deviations would be unlikelyenough that maintaining such a test is reasonable.)Reported-by: David Rowley <david.rowley@2ndquadrant.com>Reviewed-by: Robert Haas <robertmhaas@gmail.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>1 parent4be613f commit5f21f52
File tree
4 files changed
+25
-3
lines changed- src
- backend/catalog
- include/catalog
- test/regress
- expected
- sql
4 files changed
+25
-3
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
| 77 | + | |
76 | 78 |
| |
77 | 79 |
| |
78 | 80 |
| |
| |||
82 | 84 |
| |
83 | 85 |
| |
84 | 86 |
| |
| 87 | + | |
85 | 88 |
| |
86 | 89 |
| |
87 | 90 |
| |
| |||
97 | 100 |
| |
98 | 101 |
| |
99 | 102 |
| |
| 103 | + | |
100 | 104 |
| |
101 | 105 |
| |
102 | 106 |
| |
| |||
112 | 116 |
| |
113 | 117 |
| |
114 | 118 |
| |
| 119 | + | |
115 | 120 |
| |
116 | 121 |
| |
117 | 122 |
| |
| |||
132 | 137 |
| |
133 | 138 |
| |
134 | 139 |
| |
| 140 | + | |
135 | 141 |
| |
136 | 142 |
| |
137 | 143 |
| |
| |||
143 | 149 |
| |
144 | 150 |
| |
145 | 151 |
| |
| 152 | + | |
146 | 153 |
| |
147 | 154 |
| |
148 | 155 |
| |
| |||
158 | 165 |
| |
159 | 166 |
| |
160 | 167 |
| |
| 168 | + | |
161 | 169 |
| |
162 | 170 |
| |
163 | 171 |
| |
| |||
173 | 181 |
| |
174 | 182 |
| |
175 | 183 |
| |
| 184 | + | |
176 | 185 |
| |
177 | 186 |
| |
178 | 187 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
733 | 733 |
| |
734 | 734 |
| |
735 | 735 |
| |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
736 | 744 |
| |
737 | 745 |
| |
738 | 746 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
384 | 389 |
| |
385 | 390 |
| |
386 | 391 |
| |
|
0 commit comments
Comments
(0)