Only skip pages marked as clean in the visibility map, if the last 32
[PostgreSQL.git] / contrib / auto_explain / Makefile
blob9f8d5791916ccc7ccad0d8a8b9590d14b388673a
1 # $PostgreSQL$
3 MODULE_big = auto_explain
4 OBJS = auto_explain.o
6 ifdef USE_PGXS
7 PG_CONFIG = pg_config
8 PGXS := $(shell $(PG_CONFIG) --pgxs)
9 include $(PGXS)
10 else
11 subdir = contrib/auto_explain
12 top_builddir = ../..
13 include $(top_builddir)/src/Makefile.global
14 include $(top_srcdir)/contrib/contrib-global.mk
15 endif