Fix PGXS vpath build when PostgreSQL is built with vpath
Peter Eisentraut <peter_e@gmx.net>
Fix PGXS vpath build when PostgreSQL is built with vpath PGXS computes srcdir from VPATH, PostgreSQL proper computes VPATH from srcdir, and doing both results in an error from make. Conditionalize so only one of these takes effect.
Files
| Path | Change | +/− |
|---|---|---|
| src/Makefile.global.in | modified | +3 −0 |