add missing resource

This commit is contained in:
Christian Grothoff 2023-04-16 21:26:01 +02:00
parent 10c779bbc6
commit ade7586c30
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -0,0 +1,8 @@
EXTENSION = own_test
MODULES = own_test
DATA = own_test.sql
# postgresql build stuff
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)