File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ This is a mirror of postgres repo with several changes to the core and a few ext
14
14
15
15
## New extensions:
16
16
17
- ### [ ` arbiter ` ] ( contrib/arbiter/README )
17
+ ### [ ` arbiter ` ] ( contrib/arbiter )
18
18
A distributed transaction management daemon.\
19
19
Used by ` pg_dtm ` and ` multimaster ` .
20
20
21
- ### [ ` mmts ` ] ( contrib/mmts/README.md )
21
+ ### [ ` mmts ` ] ( contrib/mmts )
22
22
A synchronous multi-master replication based on ** logical decoding** and ** xtm** .
23
23
24
- ### [ ` multimaster ` ] ( contrib/multimaster/README.md )
24
+ ### [ ` multimaster ` ] ( contrib/multimaster )
25
25
A synchronous multi-master replication based on ** snapshot sharing** .
26
26
27
- ### [ ` pg_dtm ` ] ( contrib/pg_dtm/README.md )
27
+ ### [ ` pg_dtm ` ] ( contrib/pg_dtm )
28
28
A coordinator-based distributed transaction management implementation based on ** snapshot sharing** .
29
29
30
- ### [ ` pg_tsdtm ` ] ( contrib/pg_tsdtm/README.md )
30
+ ### [ ` pg_tsdtm ` ] ( contrib/pg_tsdtm )
31
31
A coordinator-less distributed transaction management implementation based on ** commit timestamps** .
32
32
33
- ### [ ` raftable ` ] ( contrib/raftable/README )
33
+ ### [ ` raftable ` ] ( contrib/raftable )
34
34
A key-value table replicated over Raft protocol.\
35
35
Used by ` mmts ` .
You can’t perform that action at this time.
0 commit comments