Skip to content

Commit

Permalink
Wal2json pg16 package available (#153)
Browse files Browse the repository at this point in the history
Wal2json PG16 package is now available.

Sister PR citusdata/citus#7361
  • Loading branch information
naisila authored Nov 23, 2023
1 parent bd8441d commit 19b671f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions circleci/images/exttester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,7 @@ RUN echo "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /e
postgresql-client-${PG_MAJOR}=${pgdg_version} \
postgresql-${PG_MAJOR}-dbgsym=${pgdg_version} \
postgresql-server-dev-${PG_MAJOR}=${pgdg_version} \
# wal2json not available yet for PG16
&& if [ "$PG_MAJOR" != "16" ]; \
then \
apt-get install -y --no-install-recommends --allow-downgrades postgresql-${PG_MAJOR}-wal2json; \
fi \
postgresql-${PG_MAJOR}-wal2json \
# clear apt cache
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 19b671f

Please sign in to comment.