]> begriffs open source - pg_scribe/blob - wal2sql/Makefile
Draft of capturing DDL with trigger
[pg_scribe] / wal2sql / Makefile
1 MODULES = wal2sql
2 EXTENSION = wal2sql
3 DATA = wal2sql--0.1.sql
4
5 REGRESS = basic
6 REGRESS_OPTS = --temp-config=./logical.conf
7
8 PG_CONFIG = pg_config
9 PGXS := $(shell $(PG_CONFIG) --pgxs)
10 include $(PGXS)