feat: hel: render without execute

This commit is contained in:
2025-04-19 20:02:10 +00:00
parent 1bc487328d
commit 951786c882
13 changed files with 359 additions and 88 deletions
+13
View File
@@ -0,0 +1,13 @@
MODULE_big = hel
OBJS = hel.o
EXTENSION = hel
DATA = hel--0.1.sql
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
# Add hectic library path
CFLAGS += -I -lhectic
include $(PGXS)