We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7881b4d commit 966aa2aCopy full SHA for 966aa2a
14-3.2/alpine/Dockerfile
@@ -99,7 +99,7 @@ RUN set -eux \
99
&& chown -R postgres:postgres /tempdb \
100
&& su postgres -c 'pg_ctl -D /tempdb init' \
101
&& su postgres -c 'pg_ctl -o "--fsync=off" -o "--huge_pages=off" -o "--jit=off" -o "--synchronous_commit=off" -D /tempdb start' \
102
- && cd regress \
+ \
103
&& su postgres -c 'psql -c "SHOW JIT;"' \
104
&& su postgres -c 'psql -c "SHOW FSYNC;"' \
105
&& su postgres -c 'psql -c "SHOW SYNCHRONOUS_COMMIT;"' \
0 commit comments