Initial commit.

This commit is contained in:
2023-01-10 21:47:02 +00:00
commit 1cec318025
7 changed files with 134 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
OBJS = rdns.o
EXTENSION = rdns
DATA = rdns--1.0.sql
MODULES = rdns
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)