-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello. I just tried to build pgbitmap on an Ubuntu system. It failed while running as root because the bin/find_pg_config script tries to connect to the database and there is no root user.
This seems a bit complicated. Most PGXS projects allow PG_CONFIG to be passed to the Makefile, and default to pg_config in the path. I suggest switching to either:
PG_CONFIG ?= pg_configOr, if you want the full path:
PG_CONFIG ?= $(shell which pg_config)Metadata
Metadata
Assignees
Labels
No labels