Only skip pages marked as clean in the visibility map, if the last 32
[PostgreSQL.git] / contrib / pgstattuple / Makefile
blob5d8bdec1262de987b51c40f87cb0b0f99ec5bf81
1 #-------------------------------------------------------------------------
3 # pgstattuple Makefile
5 # $PostgreSQL$
7 #-------------------------------------------------------------------------
9 MODULE_big = pgstattuple
10 OBJS = pgstattuple.o pgstatindex.o
11 DATA_built = pgstattuple.sql
12 DATA = uninstall_pgstattuple.sql
14 ifdef USE_PGXS
15 PG_CONFIG = pg_config
16 PGXS := $(shell $(PG_CONFIG) --pgxs)
17 include $(PGXS)
18 else
19 subdir = contrib/pgstattuple
20 top_builddir = ../..
21 include $(top_builddir)/src/Makefile.global
22 include $(top_srcdir)/contrib/contrib-global.mk
23 endif