Teach pgxs.mk and Install.pm how to install files from a contrib module
Tom Lane <tgl@sss.pgh.pa.us>
Teach pgxs.mk and Install.pm how to install files from a contrib module into SHAREDIR/tsearch_data. Use this instead of ad-hoc coding in dict_xsyn/Makefile. Should fix current ContribCheck failures on MSVC.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/dict_xsyn/Makefile | modified | +2 −20 |
| src/makefiles/pgxs.mk | modified | +14 −1 |
| src/tools/msvc/Install.pm | modified | +15 −1 |