Commit 0fcb8e2
File tree
Expand file treeCollapse file tree
5 files changed
+68
-17
lines changedFilter options
- src
- backend
- access/heap
- executor
- include/nodes
- test/regress
- expected
- sql
Expand file treeCollapse file tree
5 files changed
+68
-17
lines changedsrc/backend/access/heap/heapam.c
Copy file name to clipboardExpand all lines: src/backend/access/heap/heapam.c+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2389 | 2389 |
|
2390 | 2390 |
|
2391 | 2391 |
|
| 2392 | + |
| 2393 | + |
| 2394 | + |
| 2395 | + |
2392 | 2396 |
|
2393 | 2397 |
|
2394 | 2398 |
|
| ||
3490 | 3494 |
|
3491 | 3495 |
|
3492 | 3496 |
|
| 3497 | + |
| 3498 | + |
| 3499 | + |
| 3500 | + |
3493 | 3501 |
|
3494 | 3502 |
|
3495 | 3503 |
|
|
src/backend/executor/nodeModifyTable.c
Copy file name to clipboardExpand all lines: src/backend/executor/nodeModifyTable.c+49-9Lines changed: 49 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1233 | 1233 |
|
1234 | 1234 |
|
1235 | 1235 |
|
| 1236 | + |
| 1237 | + |
| 1238 | + |
| 1239 | + |
1236 | 1240 |
|
1237 | 1241 |
|
1238 | 1242 |
|
| ||
1744 | 1748 |
|
1745 | 1749 |
|
1746 | 1750 |
|
1747 |
| - |
1748 | 1751 |
|
1749 | 1752 |
|
1750 | 1753 |
|
| ||
1764 | 1767 |
|
1765 | 1768 |
|
1766 | 1769 |
|
1767 |
| - |
1768 |
| - |
1769 | 1770 |
|
1770 |
| - |
| 1771 | + |
| 1772 | + |
1771 | 1773 |
|
1772 |
| - |
| 1774 | + |
1773 | 1775 |
|
1774 |
| - |
1775 |
| - |
1776 |
| - |
1777 |
| - |
| 1776 | + |
| 1777 | + |
| 1778 | + |
| 1779 | + |
| 1780 | + |
| 1781 | + |
| 1782 | + |
| 1783 | + |
| 1784 | + |
| 1785 | + |
| 1786 | + |
| 1787 | + |
| 1788 | + |
| 1789 | + |
| 1790 | + |
| 1791 | + |
| 1792 | + |
| 1793 | + |
| 1794 | + |
| 1795 | + |
| 1796 | + |
| 1797 | + |
| 1798 | + |
| 1799 | + |
| 1800 | + |
| 1801 | + |
| 1802 | + |
| 1803 | + |
| 1804 | + |
| 1805 | + |
| 1806 | + |
| 1807 | + |
| 1808 | + |
| 1809 | + |
| 1810 | + |
| 1811 | + |
| 1812 | + |
| 1813 | + |
| 1814 | + |
| 1815 | + |
| 1816 | + |
| 1817 | + |
1778 | 1818 |
|
1779 | 1819 |
|
1780 | 1820 |
|
|
src/include/nodes/execnodes.h
Copy file name to clipboardExpand all lines: src/include/nodes/execnodes.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1141 | 1141 |
|
1142 | 1142 |
|
1143 | 1143 |
|
| 1144 | + |
1144 | 1145 |
|
1145 | 1146 |
|
1146 | 1147 |
|
|
src/test/regress/expected/update.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/update.out+7-5Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
204 |
| - |
| 204 | + |
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
| ||
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
215 |
| - |
| 215 | + |
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
219 | 219 |
|
220 | 220 |
|
221 |
| - |
| 221 | + |
| 222 | + |
222 | 223 |
|
223 | 224 |
|
224 |
| - |
| 225 | + |
225 | 226 |
|
226 | 227 |
|
227 | 228 |
|
228 | 229 |
|
229 | 230 |
|
230 |
| - |
| 231 | + |
| 232 | + |
231 | 233 |
|
232 | 234 |
|
233 | 235 |
|
src/test/regress/sql/update.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/update.sql+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
| 102 | + |
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
| 108 | + |
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
112 |
| - |
| 112 | + |
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
|
0 commit comments