Implemented ForeignScan node which executes a scan on a foreign table.
[pgsql-fdw.git] / contrib / isn / Makefile
blob15660e1b847df5e14248efd89f7f202a462a58e1
1 # $PostgreSQL$
3 MODULES = isn
4 DATA_built = isn.sql
5 DATA = uninstall_isn.sql
7 ifdef USE_PGXS
8 PG_CONFIG = pg_config
9 PGXS := $(shell $(PG_CONFIG) --pgxs)
10 include $(PGXS)
11 else
12 subdir = contrib/isn
13 top_builddir = ../..
14 include $(top_builddir)/src/Makefile.global
15 include $(top_srcdir)/contrib/contrib-global.mk
16 endif