Skip to content

Commit 7322a35

Browse files
committed
Update diagrams
1 parent 46436f2 commit 7322a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

img/plantuml/postgresql-reliable-outbox.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tx2 --> db: ""COMMIT""
3131
deactivate tx2
3232
tx3 --> db: ""BEGIN TRANSACTION""
3333
activate tx3
34-
note over tx3: ""pg_current_xact_id()=853""\n""pg_snapshot_xmin(pg_current_snapshot()=851""
34+
note over tx3: ""pg_current_xact_id()=853""\n""pg_snapshot_xmin(pg_current_snapshot())=851""
3535
tx3 --> db: ""SELECT LAST_TRANSACTION_ID, LAST_EVENT_ID""\n""FROM ES_EVENT_SUBSCRIPTION""
3636
db --> tx3: //LAST_TRANSACTION_ID=850//\n//LAST_EVENT_ID=100//
3737
tx3 --> db: ""SELECT ID FROM ES_EVENT""\n""WHERE (TRANSACTION_ID, ID) > (850, 100)""\n""AND TRANSACTION_ID < 851""

0 commit comments

Comments
 (0)