mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-02 04:50:38 +00:00
mark pg_stat_statements contrib as trusted in Dockerfile.compute-node-v14
This commit is contained in:
@@ -63,6 +63,8 @@ RUN wget https://download.osgeo.org/postgis/source/postgis-3.3.0.tar.gz && \
|
||||
FROM build-deps AS pg-stat-contribs-build
|
||||
COPY --from=pg-build /usr/local/pgsql/ /usr/local/pgsql/
|
||||
|
||||
RUN echo 'trusted = true' >> /usr/local/pgsql/share/extension/pg_stat_statements.control
|
||||
|
||||
RUN wget https://github.com/postgrespro/pg_query_state/archive/refs/heads/master.tar.gz && \
|
||||
tar xvzf master.tar.gz && \
|
||||
cd pg_query_state-master && \
|
||||
|
||||
Reference in New Issue
Block a user