PG_CONFIG=/usr/bin/pg_config

PLUGIN_CFLAGS=-I$(shell $(PG_CONFIG) --includedir)
PLUGIN_LIBS=-L$(shell $(PG_CONFIG) --libdir) -lpq


