You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| commit_scope_id | oid | ID of the scope to be referenced |
39
+
| commit_scope_name | name | Name of the scope to be referenced |
40
40
| commit_scope_origin_node_group | oid | Node group for which the rule applies, referenced by ID |
41
-
| sync_scope_rule | text | Definition of the scope |
41
+
| sync_scope_rule | text | Definition of the scope |
42
42
43
43
44
44
### `bdr.conflict_history`
@@ -77,7 +77,7 @@ For details, see [Logging conflicts to a table](/pgd/latest/reference/conflict-m
77
77
| apply_tuple | json | Json representation of the resulting (the one that has been applied) row |
78
78
| local_tuple_xmin | xid | Transaction that produced the local conflicting row (if `local_tuple` is set and the row isn't frozen) |
79
79
| local_tuple_node_id | oid | Node that produced the local conflicting row (if `local_tuple` is set and the row isn't frozen) |
80
-
| local_tuple_commit_time | timestamp with time zone | Last-known-change timestamp of the local conflicting row (if `local_tuple` is set and the row isn't frozen)|
80
+
| local_tuple_commit_time | timestamp with time zone | Last-known-change timestamp of the local conflicting row (if `local_tuple` is set and the row isn't frozen). This commit timestamp belongs to the node that produced this tuple.|
0 commit comments