#!/usr/bin/make -f

%:
	dh $@ --with pgxs

override_dh_installdocs:
	dh_installdocs --all README.*

override_dh_pgxs_test:
	+LANG=C pg_buildext -o 'shared_preload_libraries=pg_show_plans' installcheck . . postgresql-%v-show-plans
