forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaad87e3
committed
Prevent creating window functions with default arguments.
Insertion of default arguments doesn't work for window functions, which islikely to cause a crash at runtime if the implementation code doesn't checkthe number of actual arguments carefully. It doesn't seem worth workingharder than this for pre-9.2 branches.1 parentdb157fb commitaad87e3
2 files changed
+13
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2464 | 2464 |
| |
2465 | 2465 |
| |
2466 | 2466 |
| |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
| 2471 | + | |
| 2472 | + | |
| 2473 | + | |
2467 | 2474 |
| |
2468 | 2475 |
| |
2469 | 2476 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
288 | 294 |
| |
289 | 295 |
| |
290 | 296 |
| |
|
0 commit comments
Comments
(0)