KB-30CD
F-4 Seam Commit 03 — Commit Results
2 min read Revision 1
one-roofphase1f4commit-results
03 — Commit Results
Execution
Channel: ssh contabo → docker exec -i postgres psql -U workflow_admin -d directus -v ON_ERROR_STOP=1 ← sql/f4_seam_commit.sql over stdin.
Raw transaction log
BEGIN
CREATE VIEW (seam A)
COMMENT
CREATE VIEW (seam B)
COMMENT
DO
NOTICE: F-4 in-txn: seamA=35 seamB=35 gap_ceiling=210
COMMIT
seam | rows
-------+------
seamA | 35
seamB | 35
Interpretation
- In-txn guard raised its NOTICE and did not raise an exception → ceilings exactly 35/35, gap=210; transaction was permitted to COMMIT only because the assertion passed.
- COMMIT succeeded → both
CREATE OR REPLACE VIEWand bothCOMMENT ON VIEWare persistent. - Post-commit echo re-counted 35/35 from the live views.
Persisted delta (the entire change)
v_governance_object_inventory: inertWHERE false→ live projection ofcollection_registry(35 rows).v_governance_object_containment: inertWHERE false→ live projection ofcollection_registry."group"(35 edges).- 2×
COMMENT ON VIEW: provenance + NO-GO note.
Nothing else written; no open transaction left (idle_in_transaction=0 after).
Commit verdict: SUCCESS — exactly the two seam views (plus comments) committed.