Update FSM on WAL replay. This is a bit limited; the FSM is only updated
[PostgreSQL.git] / contrib / intagg / Makefile
blob1f9a7c81915a2b35eb91426868f03eea4b558e68
1 #############################################
2 # Makefile for integer aggregator
3 # Copyright (C) 2001 Digital Music Network.
4 # by Mark L. Woodward
5 # $PostgreSQL$
7 MODULES = int_aggregate
8 DATA_built = int_aggregate.sql
9 DATA = uninstall_int_aggregate.sql
11 ifdef USE_PGXS
12 PG_CONFIG = pg_config
13 PGXS := $(shell $(PG_CONFIG) --pgxs)
14 include $(PGXS)
15 else
16 subdir = contrib/intagg
17 top_builddir = ../..
18 include $(top_builddir)/src/Makefile.global
19 include $(top_srcdir)/contrib/contrib-global.mk
20 endif