Commit e73c9b6
committed
Global snapshots in postgres_fdw cosmetic improvements.
* s/snaphot/snapshot adapted.
* GUC renamed from postgres_fdw.use_tsdtm to
postgres_fdw.use_global_snapshots.
* Set track_global_snapshots = true in tests everywhere.
* Makefile niceties.
* 003_bank_shared.pl test is removed. In current shape it is useless, and if
we bombard both nodes, deadlock surely appears. In general, global snaphots
are not needed for such multimaster-like setup -- either there are no
conflicts and we are fine, or there is a conflict, in which case we get
a deadlock.1 parent f9dd1c3 commit e73c9b6
File tree
6 files changed
+15
-166
lines changed- contrib/postgres_fdw
- t
6 files changed
+15
-166
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | | - | |
30 | | - | |
| 33 | + | |
31 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
481 | | - | |
| 481 | + | |
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| |||
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
835 | | - | |
| 835 | + | |
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
839 | | - | |
| 839 | + | |
840 | 840 | | |
841 | 841 | | |
842 | 842 | | |
| |||
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
849 | | - | |
| 849 | + | |
850 | 850 | | |
851 | 851 | | |
852 | | - | |
| 852 | + | |
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5802 | 5802 | | |
5803 | 5803 | | |
5804 | 5804 | | |
5805 | | - | |
| 5805 | + | |
5806 | 5806 | | |
5807 | 5807 | | |
5808 | 5808 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
This file was deleted.
0 commit comments