Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Background worker processes

  1. Refactoring DetermineSleepTime()

    Thomas Munro <thomas.munro@gmail.com> — 2026-04-08T09:21:53Z

    Hi,
    
    DetermineSleepTime() came with background workers (commit da07a1e8).
    While working on I/O workers, which now also have time-scheduled
    postmaster duties to support io_worker_launch_interval, I wondered if
    it might be time to refactor it and make such things follow a standard
    pattern, including the much more ancient SIGKILL and the
    lockfile/socket stuff.  Sketch patch attached.
    
    Something similar happened to walreceiver.c.