mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Postgres 16 support for PGSM
* PG16 requires changes around one of the hooks, ifdef added * Meson build file added
This commit is contained in:
2
Makefile
2
Makefile
@@ -21,7 +21,7 @@ REGRESS = basic version guc pgsm_query_id functions counters relations database
|
||||
PG_CONFIG ?= pg_config
|
||||
|
||||
ifdef USE_PGXS
|
||||
MAJORVERSION := $(shell pg_config --version | awk {'print $$2'} | cut -f1 -d".")
|
||||
MAJORVERSION := $(shell $(PG_CONFIG) --version | awk {'print $$2'} | cut -f1 -d".")
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
include $(PGXS)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user