You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN git clone https://github.com/powa-team/pg_stat_kcache.git &&\
cd pg_stat_kcache &&\
git checkout REL2_2_0 &&\
make &&\
make install
RUN sed -r -i "s/[#]*\s*(shared_preload_libraries)\s*=\s*'(.*)'/\1 = 'pg_stat_statements,pg_stat_kcache,\2'/;s/,'/'/" /usr/local/share/postgresql/postgresql.conf.sample