Skip to content

Commit

Permalink
Enable earthdistance extension
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim2404 committed Jan 16, 2023
1 parent 3c571ec commit 6ac5656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile.compute-node-v14
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN cd postgres && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/bloom.control && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/pgrowlocks.control && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/intagg.control && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/pgstattuple.control
echo 'trusted = true' >> /usr/local/pgsql/share/extension/pgstattuple.control && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/earthdistance.control

#########################################################################################
#
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.compute-node-v15
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN cd postgres && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/bloom.control && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/pgrowlocks.control && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/intagg.control && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/pgstattuple.control
echo 'trusted = true' >> /usr/local/pgsql/share/extension/pgstattuple.control && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/earthdistance.control

#########################################################################################
#
Expand Down

0 comments on commit 6ac5656

Please sign in to comment.