We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0ae8347 commiteb08af1Copy full SHA for eb08af1
contrib/pg_dtm/README
@@ -16,7 +16,7 @@ Communication scheme
16
│ ┏━━━━━━━━━┓ │
17
└──┬─────┨ Backend ┠───────┬──┘
18
┆ ┗━━━━━━━━━┛ ┆
19
- libarbiter libpq + xtm procs
+libdtm + libsockhub libpq + xtm procs
20
21
-----------------------
22
Coordinator-Backend API
@@ -98,7 +98,7 @@ The commands:
98
Joins the global transaction identified by the given 'xid', if not
99
joined already.
100
101
-The arbiter replies with [gxmin, xmin, xmax, xcnt, xip[0], xip[1]...],
+The arbiter replies with [RES_OK,gxmin, xmin, xmax, xcnt, xip[0], xip[1]...],
102
where 'gxmin' is the smallest xmin among all available snapshots.
103
104
In case of a failure, the arbiter replies with [RES_FAILED].