fix: overlay postgres extensions

This commit is contained in:
2025-04-18 20:39:06 +00:00
parent e607bf09fa
commit 10a0a08dcd
2 changed files with 31 additions and 17 deletions

View 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)