postgresql 安装插件时提示找不到~global.mk
当postgresql 安装插件时,遇到了/contrib/contrib-global.mk:
打开MakeFile
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/pg_freespacemap
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/con