forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit352ab59
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 parent3dd1310 commit352ab59
2 files changed
+13
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2373 | 2373 |
| |
2374 | 2374 |
| |
2375 | 2375 |
| |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
| 2382 | + | |
2376 | 2383 |
| |
2377 | 2384 |
| |
2378 | 2385 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
287 | 293 |
| |
288 | 294 |
| |
289 | 295 |
| |
|
0 commit comments
Comments
(0)