Hi, On 2026-04-05 17:02:28 -0400, Andres Freund wrote: > With that I pushed 0001.
For 0002 I: - fixed a few comments still refering to node in the generic Instr* functions - added comment about the async_mode buglet to the commit message - added an async_mode argument to InstrInitNode(), as its callsite already needed to be touched, and it felt wrong that InstrAllocNode() could do things that were not possible with InstrInitNode() - Deduplicated the code between InstrStop() and InstrStotNode() by introducing InstrStopCommon() After those (and some testing) I pushed this. Greetings, Andres Freund
