mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 13:28:44 -04:00
513e89b44b
"make pgxs install by default". It is up to the committers to chose.
(1) there is only one "install" target. no more "install-all-headers".
it simplifies/changes several makefiles.
(2) the documentation reflects the change.
(3) a minor fix on pgxs to use a nicer patch without a double slash.
Fabien Coelho