• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / pg_net / 26045847251
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: v0.20.3
DEFAULT BRANCH: master
Ran 18 May 2026 04:21PM UTC
Jobs 1
Files 6
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 May 2026 04:17PM UTC coverage: 93.458% (+0.04%) from 93.421%
26045847251

push

github

utkarash2991
fix: report worker activity to pg_stat_activity

Background workers must call pgstat_report_activity() themselves to
update state/state_change in pg_stat_activity; regular user backends
get this for free via tcop/postgres.c. Without it the pg_net worker
shows up with a blank state column, making it impossible to tell
from monitoring whether the worker is idle, processing a tick, or
stuck in a transaction. Adds STATE_IDLE / STATE_RUNNING transitions
around the inner work loop.

cmd_str is NULL, matching what other background workers (e.g.
logical replication apply worker) do; backend_type already
identifies it as "pg_net <ver> worker" so a query-column label
would be redundant.

3 of 3 new or added lines in 1 file covered. (100.0%)

500 of 535 relevant lines covered (93.46%)

200.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26045847251.1 18 May 2026 04:21PM UTC 6
93.46
GitHub Action Run
Source Files on build 26045847251
  • Tree
  • List 6
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26045847251
  • 9ec6e12a on github
  • Prev Build on master (#25878273138)
  • Next Build on fix/pgstat-report-activity-in-worker (#26049556402)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc