#!/bin/sh

USER=postgres \
pg_buildext -o shared_preload_libraries=pglogical -o wal_level=logical installcheck
