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

supabase / pg_net / 26049357052
93%

Build:
DEFAULT BRANCH: master
Ran 18 May 2026 05:29PM 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 05:26PM UTC coverage: 93.433% (+0.01%) from 93.421%
26049357052

push

github

web-flow
fix: flush pgstat counters from worker so autovacuum sees its writes (#254)

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%)

203.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26049357052.1 18 May 2026 05:29PM UTC 6
93.43
GitHub Action Run
Source Files on build 26049357052
  • 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 #26049357052
  • 3736d0fa on github
  • Prev Build on master (#25878273138)
  • Next Build on master (#26056941098)
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