1 # contrib/pg_walinspect/Makefile
3 MODULE_big
= pg_walinspect
7 PGFILEDESC
= "pg_walinspect - functions to inspect contents of PostgreSQL Write-Ahead Log"
9 EXTENSION
= pg_walinspect
10 DATA
= pg_walinspect--1.0.sql pg_walinspect--1.0
--1.1.sql
12 REGRESS
= pg_walinspect oldextversions
14 REGRESS_OPTS
= --temp-config
$(top_srcdir
)/contrib
/pg_walinspect
/walinspect.conf
16 # Disabled because these tests require "wal_level=replica", which
17 # some installcheck users do not have (e.g. buildfarm clients).
22 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
25 subdir
= contrib
/pg_walinspect
27 include $(top_builddir
)/src
/Makefile.global
28 include $(top_srcdir
)/contrib
/contrib-global.mk