First version

This commit is contained in:
2025-04-03 01:39:57 -04:00
commit 232614a894
5 changed files with 106 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
EXTENSION = pg_lock_hash_info
MODULES = pg_lock_hash_info
DATA = pg_lock_hash_info--1.0.sql
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)