forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd435592
committed
Repair oversight in recent changes to index-creation: tuple time qual
check *can* return HEAPTUPLE_INSERT_IN_PROGRESS or HEAPTUPLE_DELETE_IN_PROGRESS,even though we have ShareLock on the relation. To wit, this can happenif the tuple was inserted/deleted by our own transaction. Per report fromJustin Clift 9/23.1 parent1481b3b commitd435592
1 file changed
+17
-9
lines changedLines changed: 17 additions & 9 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 |
| |
| |||
1789 | 1789 |
| |
1790 | 1790 |
| |
1791 | 1791 |
| |
1792 |
| - | |
1793 |
| - | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
1794 | 1796 |
| |
1795 |
| - | |
1796 |
| - | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
1797 | 1801 |
| |
1798 | 1802 |
| |
1799 | 1803 |
| |
1800 |
| - | |
1801 |
| - | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
1802 | 1808 |
| |
1803 |
| - | |
1804 |
| - | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
1805 | 1813 |
| |
1806 | 1814 |
| |
1807 | 1815 |
| |
|
0 commit comments
Comments
(0)