#!/bin/sh

export PG_VIRTUALENV_ARGS="-o wal_level=logical -o shared_preload_libraries=pg_rewrite"

pg_buildext installcheck
