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

supabase / pg_net / 15859657573 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 24 Jun 2025 07:28PM UTC
Files 5
Run time 0s
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

24 Jun 2025 07:26PM UTC coverage: 93.275%. Remained the same
15859657573.1

push

github

web-flow
fix: incorrect GUC contexts (#196)

PGC_SUSET was used for `pg_net.ttl/batch_size`, which was incorrect
because those cannot be altered via `SET`, since the background
worker runs outside of the client session.

Now an adequate PGC_SIGHUP is used for them.

PGC_SIGHUP was used for `pg_net.username/database_name`, which was
incorrect since those can't be reloaded unless the worker restarts
(BackgroundWorkerInitializeConnection can only be done at startup).

Now an adequate PGC_SU_BACKEND is used for them.

Also change the README.md to clarify the former require `pg_reload_conf`
while the latter require a `net.worker_restart`.

430 of 461 relevant lines covered (93.28%)

115.2 hits per line

Source Files on job 15859657573.1
  • Tree
  • List 5
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15859657573
  • 4c044bee on github
  • Prev Job for on master (#15791457452.1)
  • Next Job for on master (#15860866835.1)
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