MODULES = pg_logqueryid EXTENSION = pg_logqueryid # the extension's name DATA = pg_logqueryid--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_logqueryid/pg_logquerid-1.0.1.zip master