Use += not = to set makefile variables after including base makefiles.
Tom Lane <tgl@sss.pgh.pa.us>
Use += not = to set makefile variables after including base makefiles. The previous coding in hstore_plpython and ltree_plpython wiped out any values set by the base makefiles. This at least had the effect of running the tests in "regression" not "contrib_regression" as expected. These being pretty new modules, there might be other bad effects we'd not noticed yet.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/hstore_plpython/Makefile | modified | +2 −2 |
| contrib/ltree_plpython/Makefile | modified | +2 −2 |