On Wed, Apr 8, 2026 at 2:09 PM Thomas Munro <[email protected]> wrote: > > Seems like there should be two fields. One saying "notify postmaster again" > > and one "postmaster start a worker". The former would only be cleared by > > postmaster after the timeout. > > Good idea. V7 has two tweaks: > > * separate grow and grow_signal_sent flags, as you suggested > * it also applies the io_worker_launch_delay to cancelled grow requests
Oh, but that logic should of course be moved below the "time in the past" check. Will do...
