- Notifications
You must be signed in to change notification settings - Fork5
Commit4ce6be4
committed
Defend against crash while processing Describe Statement or Describe Portal
messages, when client attempts to execute these outside a transaction (startone) or in a failed transaction (reject message, except for COMMIT/ROLLBACKstatements which we can handle). Per report from Francisco Figueiredo Jr.1 parent4262926 commit4ce6be4
File tree
3 files changed
+77
-3
lines changed- src
- backend
- commands
- tcop
- include/commands
3 files changed
+77
-3
lines changedLines changed: 25 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
450 | 474 |
| |
451 | 475 |
| |
452 | 476 |
| |
|
Lines changed: 50 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1849 | 1849 |
| |
1850 | 1850 |
| |
1851 | 1851 |
| |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
1852 | 1861 |
| |
1853 | 1862 |
| |
1854 | 1863 |
| |
| |||
1862 | 1871 |
| |
1863 | 1872 |
| |
1864 | 1873 |
| |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
1865 | 1890 |
| |
1866 | 1891 |
| |
1867 | 1892 |
| |
| |||
1902 | 1927 |
| |
1903 | 1928 |
| |
1904 | 1929 |
| |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
1905 | 1939 |
| |
1906 | 1940 |
| |
1907 | 1941 |
| |
1908 | 1942 |
| |
1909 | 1943 |
| |
1910 | 1944 |
| |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
1911 | 1960 |
| |
1912 | 1961 |
| |
1913 | 1962 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
|
0 commit comments
Comments
(0)