Skip to content

Commit

Permalink
Update pgbouncer to 1.21.0 + support prepared statements (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin authored Oct 17, 2023
1 parent b0fba7f commit 23adc18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions neonvm/tools/vm-builder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ RUN set -e \
libevent-dev \
libssl-dev
ENV PGBOUNCER_VERSION 1.18.0
ENV PGBOUNCER_GITPATH 1_18_0
ENV PGBOUNCER_VERSION 1.21.0
ENV PGBOUNCER_GITPATH 1_21_0
RUN set -e \
&& curl -sfSL https://github.com/pgbouncer/pgbouncer/releases/download/pgbouncer_${PGBOUNCER_GITPATH}/pgbouncer-${PGBOUNCER_VERSION}.tar.gz -o pgbouncer-${PGBOUNCER_VERSION}.tar.gz \
&& tar xzvf pgbouncer-${PGBOUNCER_VERSION}.tar.gz \
Expand Down Expand Up @@ -375,6 +375,7 @@ server_tls_sslmode=disable
pool_mode=transaction
max_client_conn=10000
default_pool_size=16
max_prepared_statements=100
`
)

Expand Down

0 comments on commit 23adc18

Please sign in to comment.