- Notifications
You must be signed in to change notification settings - Fork5
Commit77e0d7b
committed
Instead of trying (and failing) to allow <<label>> at the end of a DECLARE
section, throw an error message saying explicitly that the label must gobefore DECLARE. Per investigation of a recent pgsql-novice question,this code did not work as intended in any modern PG version, maybe not ever.Allowing such a thing would only create ambiguity anyway, so it seems betterto remove it than fix it.1 parent7c55be7 commit77e0d7b
1 file changed
+17
-13
lines changedLines changed: 17 additions & 13 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 |
| |
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
174 | 173 |
| |
175 | 174 |
| |
176 | 175 |
| |
| |||
386 | 385 |
| |
387 | 386 |
| |
388 | 387 |
| |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
| 388 | + | |
393 | 389 |
| |
394 | 390 |
| |
395 | 391 |
| |
| |||
408 | 404 |
| |
409 | 405 |
| |
410 | 406 |
| |
411 |
| - | |
412 | 407 |
| |
413 |
| - | |
414 | 408 |
| |
415 | 409 |
| |
416 |
| - | |
417 |
| - | |
| 410 | + | |
418 | 411 |
| |
419 |
| - | |
420 |
| - | |
421 |
| - | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
422 | 426 |
| |
423 | 427 |
| |
424 | 428 |
| |
|
0 commit comments
Comments
(0)