#!/bin/sh

set -eu

pg_buildext \
	-o "shared_preload_libraries=pg_stat_statements,pgsentinel" \
	installcheck
