- Notifications
You must be signed in to change notification settings - Fork28
Commit50caa58
postgres_fdw support for global snapshots
Difference from vanilla version: gid format for shardman (deadlock detector and2PC resolving).Enforce REPEATABLE READ since currently we export snap only once in xactThere is also no distribute predicate locking support, so SERIALIZABLE is notthe way to go too.1 parentdd58f57 commit50caa58
File tree
7 files changed
+824
-27
lines changed- contrib/postgres_fdw
- t
- src/test/perl
7 files changed
+824
-27
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + |
0 commit comments
Comments
(0)