forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7926201
committed
Add:
> * Allow one transaction to see tuples using the snapshot of another> transaction>> This would assist multiple backends in working together.>http://archives.postgresql.org/pgsql-hackers/2008-01/msg00400.php1 parent2e4094d commit7926201
2 files changed
+12
-2
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
1790 | 1790 |
| |
1791 | 1791 |
| |
1792 | 1792 |
| |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
1793 | 1798 |
| |
1794 | 1799 |
| |
1795 | 1800 |
| |
|
Lines changed: 6 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 |
| |
| |||
1538 | 1538 |
| |
1539 | 1539 |
| |
1540 | 1540 |
| |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
1541 | 1546 |
| |
1542 | 1547 |
| |
1543 | 1548 |
| |
|
0 commit comments
Comments
(0)