]> begriffs open source - pg_scribe/blob - wal2sql/Makefile
Internal rename of forked extension
[pg_scribe] / wal2sql / Makefile
1 MODULES = wal2sql
2
3 REGRESS = basic
4 REGRESS_OPTS = --temp-config=./logical.conf
5
6 PG_CONFIG = pg_config
7 PGXS := $(shell $(PG_CONFIG) --pgxs)
8 include $(PGXS)