fix: overlay postgres extensions

This commit is contained in:
2025-04-18 20:39:06 +00:00
parent 2420e0b6d7
commit 1bc487328d
2 changed files with 31 additions and 17 deletions
+10
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)