#!/bin/sh

# Force port 5432 and trust because we connect back to ourselves;
# use newnet to mask any other running instance on 5432.

newnet pg_buildext -c '--port=5432' -i '--auth=trust' installcheck
