Skip to content

Commit

Permalink
vm-image: update pgbouncer from 1.22.0 to 1.22.1 (#7005)
Browse files Browse the repository at this point in the history
pgbouncer 1.22.1 has been released
> This release fixes issues caused by some clients using COPY FROM STDIN
queries. Such queries could introduce memory leaks, performance
regressions and prepared statement misbehavior.

- NEWS: https://www.pgbouncer.org/2024/03/pgbouncer-1-22-1
- CHANGES:
pgbouncer/pgbouncer@pgbouncer_1_22_0...pgbouncer_1_22_1


## Summary of changes
- vm-image: update pgbouncer from 1.22.0 to 1.22.1
  • Loading branch information
bayandin committed Mar 4, 2024
1 parent 0d2395f commit 191d8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-image-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ build: |
pkg-config
# Use `dist_man_MANS=` to skip manpage generation (which requires python3/pandoc)
ENV PGBOUNCER_TAG pgbouncer_1_22_0
ENV PGBOUNCER_TAG pgbouncer_1_22_1
RUN set -e \
&& git clone --recurse-submodules --depth 1 --branch ${PGBOUNCER_TAG} https://github.com/pgbouncer/pgbouncer.git pgbouncer \
&& cd pgbouncer \
Expand Down

1 comment on commit 191d8ac

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2561 tests run: 2427 passed, 1 failed, 133 skipped (full report)


Failures on Postgres 14

  • test_basebackup_with_high_slru_count[github-actions-selfhosted-sequential-10-13-30]: release
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_basebackup_with_high_slru_count[release-pg14-github-actions-selfhosted-sequential-10-13-30]"

Code coverage* (full report)

  • functions: 28.7% (6934 of 24172 functions)
  • lines: 47.2% (42517 of 90097 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
191d8ac at 2024-03-04T16:46:13.854Z :recycle:

Please sign in to comment.