Skip to content

Commit 19b671f

Browse files
authored
Wal2json pg16 package available (#153)
Wal2json PG16 package is now available. Sister PR citusdata/citus#7361
1 parent bd8441d commit 19b671f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

circleci/images/exttester/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,7 @@ RUN echo "deb https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /e
145145
postgresql-client-${PG_MAJOR}=${pgdg_version} \
146146
postgresql-${PG_MAJOR}-dbgsym=${pgdg_version} \
147147
postgresql-server-dev-${PG_MAJOR}=${pgdg_version} \
148-
# wal2json not available yet for PG16
149-
&& if [ "$PG_MAJOR" != "16" ]; \
150-
then \
151-
apt-get install -y --no-install-recommends --allow-downgrades postgresql-${PG_MAJOR}-wal2json; \
152-
fi \
148+
postgresql-${PG_MAJOR}-wal2json \
153149
# clear apt cache
154150
&& rm -rf /var/lib/apt/lists/*
155151

0 commit comments

Comments
 (0)