Expand description
SQL statements for signal delivery ops (RFC-023 Phase 2b.2.1).
Mirrors ff-backend-postgres/src/signal_event.rs +
the signal-delivery bodies in suspend_ops.rs.
Constants§
- INSERT_
COMPLETION_ RESUMABLE_ SQL - Completion outbox insert for the
resumabletransition when a signal satisfies a waitpoint. Back-fillsnamespace+instance_tagfromff_exec_core.raw_fieldsvia a co-transactional SELECT so tag-filtered subscribers receive the event (Phase 3.2 fix — pre-fix both columns landed NULL).flow_idstays NULL here (matches the PG minimal insert shape atff-backend-postgres/src/suspend_ops.rs:845-854). - INSERT_
SIGNAL_ EVENT_ SQL - Append one signal-delivery event to the outbox.