chore: remove unnecessary comments in compute/Dockerfile.compute-node (#9253)

See [this
comment](https://github.com/neondatabase/neon/pull/8888#discussion_r1783130082).
This commit is contained in:
David Gomes
2024-10-03 20:26:41 +02:00
committed by GitHub
parent e3d6ecaeee
commit 2fac0b7fac

View File

@@ -880,9 +880,6 @@ RUN case "${PG_VERSION}" in "v17") \
mkdir pg_session_jwt-src && cd pg_session_jwt-src && tar xzf ../pg_session_jwt.tar.gz --strip-components=1 -C . && \
sed -i 's/pgrx = "=0.11.3"/pgrx = { version = "=0.11.3", features = [ "unsafe-postgres" ] }/g' Cargo.toml && \
cargo pgrx install --release
# it's needed to enable extension because it uses untrusted C language
# sed -i 's/superuser = false/superuser = true/g' /usr/local/pgsql/share/extension/pg_session_jwt.control && \
# echo "trusted = true" >> /usr/local/pgsql/share/extension/pg_session_jwt.control
#########################################################################################
#