forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit01038d4
committed
A better fix for the "ARRAY[...]::domain" problem. The previous patch worked,
but the transformed ArrayExpr claimed to have a return type of "domain",even though the domain constraint was only checked by the enclosingCoerceToDomain node. With this fix, the ArrayExpr is correctly labeled withthe base type of the domain. Per gripe by Tom Lane.1 parent942702a commit01038d4
1 file changed
+16
-24
lines changedLines changed: 16 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 | 167 |
| |
174 |
| - | |
175 |
| - | |
176 |
| - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
177 | 173 |
| |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
187 | 183 |
| |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 | 184 |
| |
194 | 185 |
| |
195 | 186 |
| |
| |||
324 | 315 |
| |
325 | 316 |
| |
326 | 317 |
| |
| 318 | + | |
327 | 319 |
| |
328 | 320 |
| |
329 | 321 |
| |
|
0 commit comments
Comments
(0)