forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc91bf01
committed
Fix plpgsql's EXIT so that an EXIT without a label only matches a loop,
never a BEGIN block. This is required for Oracle compatibility and isalso plainly stated to be the behavior by our original documentation(up until 8.1, in which the docs were adjusted to match the code's behavior;but actually the old docs said the correct thing and the code was wrong).Not back-patched because this introduces an incompatibility that couldbreak working applications. Requires release note.1 parentccc6759 commitc91bf01
2 files changed
+25
-9
lines changedLines changed: 17 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
1904 | 1904 |
| |
1905 | 1905 |
| |
1906 | 1906 |
| |
1907 |
| - | |
1908 |
| - | |
| 1907 | + | |
| 1908 | + | |
1909 | 1909 |
| |
1910 | 1910 |
| |
1911 | 1911 |
| |
| |||
1939 | 1939 |
| |
1940 | 1940 |
| |
1941 | 1941 |
| |
1942 |
| - | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
1943 | 1947 |
| |
1944 | 1948 |
| |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
1945 | 1955 |
| |
1946 | 1956 |
| |
1947 | 1957 |
| |
| |||
1959 | 1969 |
| |
1960 | 1970 |
| |
1961 | 1971 |
| |
| 1972 | + | |
1962 | 1973 |
| |
1963 | 1974 |
| |
1964 | 1975 |
| |
1965 |
| - | |
| 1976 | + | |
1966 | 1977 |
| |
| 1978 | + | |
1967 | 1979 |
| |
1968 | 1980 |
| |
1969 | 1981 |
| |
|
Lines changed: 8 additions & 4 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 |
| |
| |||
1145 | 1145 |
| |
1146 | 1146 |
| |
1147 | 1147 |
| |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
1148 | 1152 |
| |
1149 |
| - | |
| 1153 | + | |
1150 | 1154 |
| |
1151 | 1155 |
| |
1152 |
| - | |
| 1156 | + | |
1153 | 1157 |
| |
1154 | 1158 |
| |
1155 | 1159 |
| |
| |||
1604 | 1608 |
| |
1605 | 1609 |
| |
1606 | 1610 |
| |
1607 |
| - | |
| 1611 | + | |
1608 | 1612 |
| |
1609 | 1613 |
| |
1610 | 1614 |
| |
|
0 commit comments
Comments
(0)