Skip to content

Commit

Permalink
Merge pull request #9577 from neondatabase/compute-hotfix-2024-10-30
Browse files Browse the repository at this point in the history
Compute hotfix release 2024-10-30
  • Loading branch information
lubennikovaav authored Oct 30, 2024
2 parents 93f7f1d + 237d6ff commit e369c58
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions compute/compute-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -1131,14 +1131,17 @@ FROM rust-extensions-build AS pg-mooncake-build
ARG PG_VERSION
COPY --from=pg-build /usr/local/pgsql/ /usr/local/pgsql/

ENV PG_MOONCAKE_VERSION=882175dbba07ba2e6e59b1088d61bf325b910b9e
# The topmost commit in the `neon` branch at the time of writing this
# https://github.com/Mooncake-Labs/pg_mooncake/commits/neon/
# https://github.com/Mooncake-Labs/pg_mooncake/commit/568b5a82b5fc16136bdf4ca5aac3e0cc261ab48d
ENV PG_MOONCAKE_VERSION=568b5a82b5fc16136bdf4ca5aac3e0cc261ab48d
ENV PATH="/usr/local/pgsql/bin/:$PATH"

RUN case "${PG_VERSION}" in \
'v14') \
echo "pg_mooncake is not supported on Postgres ${PG_VERSION}" && exit 0;; \
esac && \
git clone --depth 1 --branch neon https://github.com/kelvich/pg_mooncake.git pg_mooncake-src && \
git clone --depth 1 --branch neon https://github.com/Mooncake-Labs/pg_mooncake.git pg_mooncake-src && \
cd pg_mooncake-src && \
git checkout "${PG_MOONCAKE_VERSION}" && \
git submodule update --init --depth 1 --recursive && \
Expand Down

1 comment on commit e369c58

@github-actions
Copy link

Choose a reason for hiding this comment

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

4704 tests run: 4524 passed, 0 failed, 180 skipped (full report)


Test coverage report is not available

The comment gets automatically updated with the latest test results
e369c58 at 2024-10-30T13:11:45.702Z :recycle:

Please sign in to comment.