forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite730718
committed
Use the macro, not handwritten code, to construct anymultirange_in().
Apparently anymultirange_in was written before we converted allthese pseudotype input functions to use a common macro, and it didn'tget fixed before committing. Sloppy merging probably explains itsunintuitive ordering, too, so rearrange.Noted while surveying datatype input functions to see what wehave left to fix. I'm inclined to leave the pseudotypes asthrowing hard errors, because it's difficult to see a reason whyanyone would need something else. But in any case, if we wantto change that, we shouldn't have to change multiple copies ofthe code.1 parent94985c2 commite730718
1 file changed
+8
-19
lines changedLines changed: 8 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 |
| - | |
| 232 | + | |
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 |
| - | |
| 236 | + | |
237 | 237 |
| |
238 | 238 |
| |
239 |
| - | |
| 239 | + | |
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
| 245 | + | |
259 | 246 |
| |
260 |
| - | |
| 247 | + | |
261 | 248 |
| |
| 249 | + | |
| 250 | + | |
262 | 251 |
| |
263 |
| - | |
| 252 | + | |
264 | 253 |
| |
265 | 254 |
| |
266 | 255 |
| |
|
0 commit comments
Comments
(0)