chore: bump to pg_net 0.20.3#2159
Open
utkarash2991 wants to merge 1 commit into
Open
Conversation
PostgreSQL Extension Dependency Analysis: PR #2159
SummaryNo extensions had dependencies with MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Extension DependenciesExtension: pg_net
Raw Dependency TreePostgreSQL 17 Extension DependenciesExtension: pg_net
Raw Dependency TreeOrioleDB 17 Extension Dependencies |
PostgreSQL Package Dependency Analysis: PR #2159
SummaryNo packages had MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Dependency ChangesExtracting PostgreSQL 15 dependencies...
Runtime Closure Size
Raw Dependency ClosurePostgreSQL 17 Dependency ChangesExtracting PostgreSQL 17 dependencies...
Runtime Closure Size
Raw Dependency Closure |
steve-chavez
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Picks up pg_net 0.20.3, which contains two fixes:
fix: flush pgstat counters from worker so autovacuum sees its writes. Without the flush, per-write counters (n_tup_ins,n_tup_del,n_mod_since_analyze) for the worker's writes never reach shared stats, autovacuum is never scheduled, andnet._http_responsesilently bloats.fix: report worker activity to pg_stat_activity. Populates the worker'sstatecolumn inpg_stat_activity(idle / active) so operators can see whether the worker is doing work.Refs PSQL-1216, PSQL-1221.
Release: https://github.com/supabase/pg_net/releases/tag/v0.20.3
Changes
nix/ext/versions.json: add0.20.3entry. Hash computed vianix-prefetch-url --unpackagainst the v0.20.3 tag.ansible/vars.yml: bumppostgres17/postgres15/postgresorioledb-17patch numbers.