- Notifications
You must be signed in to change notification settings - Fork5
Commit25b9b1b
committed
Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by
our own command (or more generally, xmin = our xact and cmin >= currentcommand ID) should not be seen as good. Else we may try to update rowswe already updated. This error was inserted last August while fixing theeven bigger problem that the old coding wouldn't see *any* tuples insertedby our own transaction as good. Per report from Euler Taveira de Oliveira.1 parentdb0558c commit25b9b1b
File tree
3 files changed
+32
-9
lines changed- src
- backend
- commands
- executor
- include/executor
3 files changed
+32
-9
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1736 | 1736 |
| |
1737 | 1737 |
| |
1738 | 1738 |
| |
1739 |
| - | |
| 1739 | + | |
| 1740 | + | |
1740 | 1741 |
| |
1741 | 1742 |
| |
1742 | 1743 |
| |
|
Lines changed: 27 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
1213 | 1213 |
| |
1214 | 1214 |
| |
1215 | 1215 |
| |
1216 |
| - | |
| 1216 | + | |
| 1217 | + | |
1217 | 1218 |
| |
1218 | 1219 |
| |
1219 | 1220 |
| |
| |||
1521 | 1522 |
| |
1522 | 1523 |
| |
1523 | 1524 |
| |
1524 |
| - | |
| 1525 | + | |
| 1526 | + | |
1525 | 1527 |
| |
1526 | 1528 |
| |
1527 | 1529 |
| |
| |||
1673 | 1675 |
| |
1674 | 1676 |
| |
1675 | 1677 |
| |
1676 |
| - | |
| 1678 | + | |
| 1679 | + | |
1677 | 1680 |
| |
1678 | 1681 |
| |
1679 | 1682 |
| |
| |||
1820 | 1823 |
| |
1821 | 1824 |
| |
1822 | 1825 |
| |
| 1826 | + | |
1823 | 1827 |
| |
1824 | 1828 |
| |
1825 | 1829 |
| |
| |||
1829 | 1833 |
| |
1830 | 1834 |
| |
1831 | 1835 |
| |
1832 |
| - | |
| 1836 | + | |
1833 | 1837 |
| |
1834 | 1838 |
| |
1835 | 1839 |
| |
| |||
1905 | 1909 |
| |
1906 | 1910 |
| |
1907 | 1911 |
| |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
1908 | 1930 |
| |
1909 | 1931 |
| |
1910 | 1932 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
|
0 commit comments
Comments
(0)