Skip to content

Commit 91f5e71

Browse files
author
SqlRush
committed
docs: explain pending transaction authority and v2 projection
1 parent 152d78e commit 91f5e71

2 files changed

Lines changed: 544 additions & 0 deletions

File tree

docs/architecture/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ formation authority, and recovery, see
1111
[Oracle RAC 与 PGRAC 节点变化机制图解](rac-node-change/README.md).
1212
For the global resource services themselves, see the Chinese deep dives for
1313
[GCS / Cache Fusion](gcs/README.md) and [GES / GRD](ges/README.md).
14+
For transaction recovery authority, PREPARED / in-doubt handling, and the
15+
`pg_xact_remote_v2` projection boundary, see
16+
[未决事务恢复:Oracle RECO 语义与 PGRAC 投影边界](transaction-recovery/pending-transaction-authority.md).
1417

1518
## High-level component map
1619

@@ -371,6 +374,7 @@ strength and remaining boundaries are documented here:
371374
- [PGRAC GCS 与 Oracle RAC Cache Fusion 图解](gcs/README.md)
372375
- [PGRAC GES 与 Oracle RAC Global Enqueue 图解](ges/README.md)
373376
- [Oracle RAC 与 PGRAC 节点变化机制图解](rac-node-change/README.md)
377+
- [未决事务恢复:Oracle RECO 语义与 PGRAC 投影边界](transaction-recovery/pending-transaction-authority.md)
374378

375379
Do not infer that every registered wait event or protocol enum represents an
376380
end-to-end production path. Each deep dive distinguishes production wiring,

0 commit comments

Comments
 (0)