MODULES = pg_log EXTENSION = pg_log # the extension's name DATA = pg_log--0.0.1.sql # script file to install #REGRESS = xxx # the test script file # for posgres build PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) # pgxn: git archive --format zip --output ../pgxn/pg_log/pg_log-0.0.3.zip main