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

supabase / pg_net / 25989794116
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: v0.20.3
DEFAULT BRANCH: master
Ran 17 May 2026 11:42AM 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

17 May 2026 11:38AM UTC coverage: 93.433% (+0.01%) from 93.421%
25989794116

push

github

utkarash2991
fix: flush pgstat counters from worker so autovacuum sees its writes

Background workers performing DML via SPI must call pgstat_report_stat()
themselves; regular user backends get this for free via tcop/postgres.c's
main loop. Without it, per-write counters (n_tup_ins, n_tup_del,
n_mod_since_analyze) for the worker's writes to net._http_response and
net.http_request_queue never reach shared stats. Autovacuum/autoanalyze
never see anything to vacuum, and net._http_response (written only by the
worker) silently bloats - eventually surfacing as 20-100s expiry DELETEs
on a bloated `created` index.

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

498 of 533 relevant lines covered (93.43%)

204.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25989794116.1 17 May 2026 11:42AM UTC 6
93.43
GitHub Action Run
Source Files on build 25989794116
  • 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 #25989794116
  • 12a859b5 on github
  • Prev Build on master (#25878273138)
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