PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with
Peter Eisentraut <peter_e@gmx.net>
PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with
some massaging by Peter Eisentraut. This is basically a simple
generalization of the existing contrib makefiles.
Files
| Path | Change | +/− |
|---|---|---|
| config/Makefile | added | +16 −0 |
| contrib/contrib-global.mk | modified | +3 −233 |
| doc/src/sgml/xfunc.sgml | modified | +194 −1 |
| GNUmakefile.in | modified | +6 −1 |
| src/bin/pg_config/Makefile | modified | +2 −1 |
| src/bin/pg_config/pg_config.sh | modified | +6 −3 |
| src/Makefile | modified | +26 −1 |
| src/Makefile.global.in | modified | +13 −1 |
| src/makefiles/Makefile | added | +15 −0 |
| src/makefiles/pgxs.mk | added | +250 −0 |
| src/utils/Makefile | modified | +15 −1 |