diff --git a/compute/compute-node.Dockerfile b/compute/compute-node.Dockerfile index 65544170c0..33de834e71 100644 --- a/compute/compute-node.Dockerfile +++ b/compute/compute-node.Dockerfile @@ -1539,7 +1539,7 @@ ARG VERSION=3.0.1 # Only supported for PostgreSQL v17 RUN if [ "${PG_VERSION:?}" != "v17" ]; then \ - echo "pg_rest extension is only supported for PostgreSQL v17" && exit 1; \ + echo "pg_rest extension is only supported for PostgreSQL v17" && exit 0; \ fi WORKDIR /ext-src @@ -1838,7 +1838,6 @@ COPY --from=pg_repack-build /usr/local/pgsql/ /usr/local/pgsql/ COPY compute/patches/pg_repack.patch /ext-src RUN cd /ext-src/pg_repack-src && patch -p1