fix: overlay postgres extensions
This commit is contained in:
10
package/c/postgreact/Makefile
Normal file
10
package/c/postgreact/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
MODULE_big = postgreact
|
||||
OBJS = postgreact.o
|
||||
EXTENSION = postgreact
|
||||
|
||||
DATA = $(wildcard *.sql)
|
||||
|
||||
PG_CONFIG = pg_config
|
||||
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
include $(PGXS)
|
||||
Reference in New Issue
Block a user