We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76779c commit 0cc01e3Copy full SHA for 0cc01e3
README.md
@@ -15,7 +15,7 @@ This is a mirror of postgres repo with several changes to the core and a few ext
15
## New extensions:
16
17
### [`arbiter`](contrib/arbiter)
18
-A distributed transaction management daemon.\
+A distributed transaction management daemon.
19
Used by `pg_dtm` and `multimaster`.
20
21
### [`mmts`](contrib/mmts)
@@ -31,5 +31,5 @@ A coordinator-based distributed transaction management implementation based on *
31
A coordinator-less distributed transaction management implementation based on **commit timestamps**.
32
33
### [`raftable`](contrib/raftable)
34
-A key-value table replicated over Raft protocol.\
+A key-value table replicated over Raft protocol.
35
Used by `mmts`.
0 commit comments