feat: hel: render without execute

This commit is contained in:
2025-04-19 20:02:10 +00:00
parent 10a0a08dcd
commit 2229cf072b
13 changed files with 359 additions and 88 deletions

13
package/c/hel/Makefile Normal file
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)